Skip to content

Commit

Permalink
chore(main): release Google.Api.Gax 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 4, 2023
1 parent f921320 commit 2577c27
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.4.0"
".": "4.4.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.4.1](https://github.com/googleapis/gax-dotnet/compare/Google.Api.Gax-4.4.0...Google.Api.Gax-4.4.1) (2023-09-04)


### Bug Fixes

* Encode unknown enums as numeric values for REGAPIC paths and query parameters, and routing headers ([5508b25](https://github.com/googleapis/gax-dotnet/commit/5508b2551e46503e86626908b9b2bd60fa46854e))

## [4.4.0](https://github.com/googleapis/gax-dotnet/compare/Google.Api.Gax-4.3.1...Google.Api.Gax-4.4.0) (2023-05-17)


Expand Down
2 changes: 1 addition & 1 deletion ReleaseVersion.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
- divergent versions, but for the moment this keeps things simpler.
-->
<PropertyGroup>
<Version>4.4.0</Version>
<Version>4.4.1</Version>
</PropertyGroup>
</Project>

0 comments on commit 2577c27

Please sign in to comment.