diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a178b8d8d2aa..ea50c21649d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -889,7 +889,7 @@ "google-shopping-merchant-lfp+FILLER": "0.0.0", "google-shopping-merchant-lfp-v1beta": "0.2.0", "google-shopping-merchant-lfp-v1beta+FILLER": "0.0.0", - "google-shopping-merchant-notifications": "0.1.1", + "google-shopping-merchant-notifications": "0.2.0", "google-shopping-merchant-notifications+FILLER": "0.0.0", "google-shopping-merchant-notifications-v1beta": "0.2.0", "google-shopping-merchant-notifications-v1beta+FILLER": "0.0.0", diff --git a/google-shopping-merchant-notifications/CHANGELOG.md b/google-shopping-merchant-notifications/CHANGELOG.md index 3309dc72ffa7..7a4f72b411bc 100644 --- a/google-shopping-merchant-notifications/CHANGELOG.md +++ b/google-shopping-merchant-notifications/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### 0.2.0 (2025-01-29) + +#### Features + +* Provide methods to determine whether services are available with the currently installed versioned client ([#28534](https://github.com/googleapis/google-cloud-ruby/issues/28534)) +* Update Ruby version requirement to 3.0 + ### 0.1.1 (2024-08-08) #### 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 1702ea1f91dc..4298361f4358 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.1.1" + VERSION = "0.2.0" end end end