Skip to content

Commit

Permalink
chore(main): release gapic-common 0.21.0 (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 13, 2023
1 parent f9325c8 commit 900ceb5
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,4 +1,4 @@
{
"gapic": "0.1.0",
"gapic-common": "0.20.0"
"gapic-common": "0.21.0"
}
7 changes: 7 additions & 0 deletions gapic-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

### 0.21.0 (2023-12-13)

#### Features

* Drop support for Ruby 2.6 ([#1009](https://github.com/googleapis/gapic-generator-ruby/issues/1009))
* Honor universe domain in stubs ([#1008](https://github.com/googleapis/gapic-generator-ruby/issues/1008))

### 0.20.0 (2023-08-31)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion gapic-common/lib/gapic/common/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

module Gapic
module Common
VERSION = "0.20.0".freeze
VERSION = "0.21.0".freeze
end
end

0 comments on commit 900ceb5

Please sign in to comment.