Skip to content

Commit

Permalink
chore(main): release gapic-common 0.17.0 (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Feb 9, 2023
1 parent 8b52608 commit 4d9388e
Show file tree
Hide file tree
Showing 3 changed files with 8 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.16.0"
"gapic-common": "0.17.0"
}
6 changes: 6 additions & 0 deletions gapic-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 0.17.0 (2023-02-09)

#### Features

* add a transport operation class in Rest ([#911](https://github.com/googleapis/gapic-generator-ruby/issues/911))

### 0.16.0 (2022-12-12)

#### 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.16.0".freeze
VERSION = "0.17.0".freeze
end
end

0 comments on commit 4d9388e

Please sign in to comment.