From 577ba6ffabf434f17d0b9cabed77c488d5625d36 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:14 +0000 Subject: [PATCH 1/2] chore(main): release google-shopping-merchant-lfp 0.4.0 --- .release-please-manifest.json | 2 +- google-shopping-merchant-lfp/CHANGELOG.md | 11 +++++++++++ .../lib/google/shopping/merchant/lfp/version.rb | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f036de271daa..03fe31e7fdaa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -991,7 +991,7 @@ "google-shopping-merchant-issue_resolution-v1+FILLER": "0.0.0", "google-shopping-merchant-issue_resolution-v1beta": "0.4.0", "google-shopping-merchant-issue_resolution-v1beta+FILLER": "0.0.0", - "google-shopping-merchant-lfp": "0.3.2", + "google-shopping-merchant-lfp": "0.4.0", "google-shopping-merchant-lfp+FILLER": "0.0.0", "google-shopping-merchant-lfp-v1": "0.3.0", "google-shopping-merchant-lfp-v1+FILLER": "0.0.0", diff --git a/google-shopping-merchant-lfp/CHANGELOG.md b/google-shopping-merchant-lfp/CHANGELOG.md index 524fb50238bb..3695c706cb3c 100644 --- a/google-shopping-merchant-lfp/CHANGELOG.md +++ b/google-shopping-merchant-lfp/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +### 0.4.0 (2026-03-31) + +#### Features + +* 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.3.2 (2025-09-12) #### Documentation diff --git a/google-shopping-merchant-lfp/lib/google/shopping/merchant/lfp/version.rb b/google-shopping-merchant-lfp/lib/google/shopping/merchant/lfp/version.rb index 46e83d8816bb..bf1625f57bc8 100644 --- a/google-shopping-merchant-lfp/lib/google/shopping/merchant/lfp/version.rb +++ b/google-shopping-merchant-lfp/lib/google/shopping/merchant/lfp/version.rb @@ -21,7 +21,7 @@ module Google module Shopping module Merchant module Lfp - VERSION = "0.3.2" + VERSION = "0.4.0" end end end From b6c809e1cc8afda60af5e34125c1f2a98137e583 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 31 Mar 2026 18:43:28 -0700 Subject: [PATCH 2/2] chore: combine duplicate Ruby 4.0 release notes --- google-shopping-merchant-lfp/CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/google-shopping-merchant-lfp/CHANGELOG.md b/google-shopping-merchant-lfp/CHANGELOG.md index 3695c706cb3c..382a4f86c749 100644 --- a/google-shopping-merchant-lfp/CHANGELOG.md +++ b/google-shopping-merchant-lfp/CHANGELOG.md @@ -4,12 +4,7 @@ #### Features -* 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.3.2 (2025-09-12)