From d5caa42e1bea6a928cd48a137a60bfc0a79669d9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:53:27 +0000 Subject: [PATCH 1/2] chore(main): release google-shopping-merchant-notifications 0.3.0 --- .release-please-manifest.json | 2 +- google-shopping-merchant-notifications/CHANGELOG.md | 12 ++++++++++++ .../shopping/merchant/notifications/version.rb | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 65bb5ee2253b..161c542b2e24 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -997,7 +997,7 @@ "google-shopping-merchant-lfp-v1+FILLER": "0.0.0", "google-shopping-merchant-lfp-v1beta": "0.6.1", "google-shopping-merchant-lfp-v1beta+FILLER": "0.0.0", - "google-shopping-merchant-notifications": "0.2.2", + "google-shopping-merchant-notifications": "0.3.0", "google-shopping-merchant-notifications+FILLER": "0.0.0", "google-shopping-merchant-notifications-v1": "0.3.0", "google-shopping-merchant-notifications-v1+FILLER": "0.0.0", diff --git a/google-shopping-merchant-notifications/CHANGELOG.md b/google-shopping-merchant-notifications/CHANGELOG.md index b335407b43f5..0db2afb431e4 100644 --- a/google-shopping-merchant-notifications/CHANGELOG.md +++ b/google-shopping-merchant-notifications/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### 0.3.0 (2026-03-31) + +#### Features + +* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32901](https://github.com/googleapis/google-cloud-ruby/issues/32901)) +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849)) +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851)) +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853)) +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854)) +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855)) +* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32870](https://github.com/googleapis/google-cloud-ruby/issues/32870)) + ### 0.2.2 (2025-09-12) #### Documentation diff --git a/google-shopping-merchant-notifications/lib/google/shopping/merchant/notifications/version.rb b/google-shopping-merchant-notifications/lib/google/shopping/merchant/notifications/version.rb index 595a64d2960a..33b29c67a534 100644 --- a/google-shopping-merchant-notifications/lib/google/shopping/merchant/notifications/version.rb +++ b/google-shopping-merchant-notifications/lib/google/shopping/merchant/notifications/version.rb @@ -21,7 +21,7 @@ module Google module Shopping module Merchant module Notifications - VERSION = "0.2.2" + VERSION = "0.3.0" end end end From 939ee5964faf4fe0a0dc3a2dff28a7bfacca2240 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 31 Mar 2026 18:41:39 -0700 Subject: [PATCH 2/2] chore: combine duplicate Ruby 4.0 release notes --- google-shopping-merchant-notifications/CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/google-shopping-merchant-notifications/CHANGELOG.md b/google-shopping-merchant-notifications/CHANGELOG.md index 0db2afb431e4..7a06b7704bdb 100644 --- a/google-shopping-merchant-notifications/CHANGELOG.md +++ b/google-shopping-merchant-notifications/CHANGELOG.md @@ -4,13 +4,7 @@ #### Features -* Add irb as explicit dependency for Ruby 4.0 compatibility ([#32901](https://github.com/googleapis/google-cloud-ruby/issues/32901)) -* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32849](https://github.com/googleapis/google-cloud-ruby/issues/32849)) -* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32851](https://github.com/googleapis/google-cloud-ruby/issues/32851)) -* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32853](https://github.com/googleapis/google-cloud-ruby/issues/32853)) -* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32854](https://github.com/googleapis/google-cloud-ruby/issues/32854)) -* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32855](https://github.com/googleapis/google-cloud-ruby/issues/32855)) -* Update minimum Ruby to v3.2 and required dependencies for Ruby v4.0 ([#32870](https://github.com/googleapis/google-cloud-ruby/issues/32870)) +* Upgrade dependencies for Ruby v4.0 and drop Ruby v3.1 support ### 0.2.2 (2025-09-12)