Skip to content

Commit 8fec9b1

Browse files
chore(main): release gapic-common 0.23.0 (#1120)
1 parent 478af43 commit 8fec9b1

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"gapic-common": "0.22.0"
2+
"gapic-common": "0.23.0"
33
}

gapic-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 0.23.0 (2024-10-15)
4+
5+
#### Features
6+
7+
* Disable universe domain check if credentials include an explicit request to do so ([#1119](https://github.com/googleapis/gapic-generator-ruby/issues/1119))
8+
39
### 0.22.0 (2024-07-17)
410

511
#### Features

gapic-common/lib/gapic/common/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module Gapic
1616
module Common
17-
VERSION = "0.22.0".freeze
17+
VERSION = "0.23.0".freeze
1818
end
1919
end

0 commit comments

Comments
 (0)