diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41027fe..212e231 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "google-cloud-common+FILLER": "0.0.0", "google-geo-type": "0.1.1", "google-geo-type+FILLER": "0.0.0", - "google-shopping-type": "0.5.0", + "google-shopping-type": "0.6.0", "google-shopping-type+FILLER": "0.0.0", "googleapis-common-protos": "1.6.0", "googleapis-common-protos+FILLER": "0.0.0", diff --git a/google-shopping-type/CHANGELOG.md b/google-shopping-type/CHANGELOG.md index 63717cf..1000bf1 100644 --- a/google-shopping-type/CHANGELOG.md +++ b/google-shopping-type/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.6.0 (2024-06-11) + +#### Features + +* Support for google-protobuf 4.x ([#315](https://github.com/googleapis/common-protos-ruby/issues/315)) + ### 0.5.0 (2024-05-20) #### Features diff --git a/google-shopping-type/lib/google/shopping/type/version.rb b/google-shopping-type/lib/google/shopping/type/version.rb index 8c283dd..991a846 100644 --- a/google-shopping-type/lib/google/shopping/type/version.rb +++ b/google-shopping-type/lib/google/shopping/type/version.rb @@ -17,7 +17,7 @@ module Google module Shopping module Type - VERSION = "0.5.0".freeze + VERSION = "0.6.0".freeze end end end