Skip to content

Commit 8cd7d05

Browse files
chore(main): release gapic-common 0.21.1 (#1017)
1 parent 21047f7 commit 8cd7d05

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"gapic": "0.1.0",
3-
"gapic-common": "0.21.0"
3+
"gapic-common": "0.21.1"
44
}

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.21.1 (2023-12-14)
4+
5+
#### Bug Fixes
6+
7+
* add missing module import for universe_domain_concerns ([#1016](https://github.com/googleapis/gapic-generator-ruby/issues/1016))
8+
39
### 0.21.0 (2023-12-13)
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.21.0".freeze
17+
VERSION = "0.21.1".freeze
1818
end
1919
end

0 commit comments

Comments
 (0)