Skip to content

Commit

Permalink
chore(main): release googleapis-common-protos 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jun 11, 2024
1 parent fefd697 commit a54312d
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
Expand Up @@ -9,7 +9,7 @@
"google-geo-type+FILLER": "0.0.0",
"google-shopping-type": "0.5.0",
"google-shopping-type+FILLER": "0.0.0",
"googleapis-common-protos": "1.5.0",
"googleapis-common-protos": "1.6.0",
"googleapis-common-protos+FILLER": "0.0.0",
"googleapis-common-protos-types": "1.15.0",
"googleapis-common-protos-types+FILLER": "0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions googleapis-common-protos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 1.6.0 (2024-06-11)

#### Features

* Support for google-protobuf 4.x ([#315](https://github.com/googleapis/common-protos-ruby/issues/315))

### 1.5.0 (2024-02-23)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Google
module CommonProtos
VERSION = "1.5.0".freeze
VERSION = "1.6.0".freeze
end
end

0 comments on commit a54312d

Please sign in to comment.