diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7189050c..c8e6a471 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.6.0-beta01" + ".": "4.7.0-beta01" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bd1c2e1a..75e36589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [4.7.0-beta01](https://github.com/googleapis/gax-dotnet/compare/Google.Api.Gax-4.6.0-beta01...Google.Api.Gax-4.7.0-beta01) (2024-02-09) + + +### Features + +* Add a FieldFormats static class for auto-populated fields ([f1d44a4](https://github.com/googleapis/gax-dotnet/commit/f1d44a4228ef59a76c5d9c03be857050be64e52e)) +* Detect grpc-dotnet support on Windows under .NET Framework ([bfa72ad](https://github.com/googleapis/gax-dotnet/commit/bfa72add6d62740498aae9b4077f00c8a1a65506)) +* Update common protos ([690670e](https://github.com/googleapis/gax-dotnet/commit/690670e2dcc8b43795bdb54a94cfb20efefc348b)) + ## [4.6.0-beta01](https://github.com/googleapis/gax-dotnet/compare/Google.Api.Gax-4.5.0...Google.Api.Gax-4.6.0-beta01) (2024-02-02) diff --git a/ReleaseVersion.xml b/ReleaseVersion.xml index 2fa0f13f..0ea0b1d7 100644 --- a/ReleaseVersion.xml +++ b/ReleaseVersion.xml @@ -5,6 +5,6 @@ - divergent versions, but for the moment this keeps things simpler. --> - 4.6.0-beta01 + 4.7.0-beta01