diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c9d9456b1..50da265fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "gapic-common": "0.22.0" + "gapic-common": "0.23.0" } diff --git a/gapic-common/CHANGELOG.md b/gapic-common/CHANGELOG.md index d68e4159b..12e7ed715 100644 --- a/gapic-common/CHANGELOG.md +++ b/gapic-common/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 0.23.0 (2024-10-15) + +#### Features + +* Disable universe domain check if credentials include an explicit request to do so ([#1119](https://github.com/googleapis/gapic-generator-ruby/issues/1119)) + ### 0.22.0 (2024-07-17) #### Features diff --git a/gapic-common/lib/gapic/common/version.rb b/gapic-common/lib/gapic/common/version.rb index 5ef72f7f7..5e78cdff4 100644 --- a/gapic-common/lib/gapic/common/version.rb +++ b/gapic-common/lib/gapic/common/version.rb @@ -14,6 +14,6 @@ module Gapic module Common - VERSION = "0.22.0".freeze + VERSION = "0.23.0".freeze end end