diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d77f1259edd9..8bf0b575b578 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -897,7 +897,7 @@ "google-shopping-merchant-products+FILLER": "0.0.0", "google-shopping-merchant-products-v1beta": "0.2.0", "google-shopping-merchant-products-v1beta+FILLER": "0.0.0", - "google-shopping-merchant-promotions": "0.1.1", + "google-shopping-merchant-promotions": "0.2.0", "google-shopping-merchant-promotions+FILLER": "0.0.0", "google-shopping-merchant-promotions-v1beta": "0.2.0", "google-shopping-merchant-promotions-v1beta+FILLER": "0.0.0", diff --git a/google-shopping-merchant-promotions/CHANGELOG.md b/google-shopping-merchant-promotions/CHANGELOG.md index de29675aedf9..2711e1405f53 100644 --- a/google-shopping-merchant-promotions/CHANGELOG.md +++ b/google-shopping-merchant-promotions/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.2.0 (2025-01-26) + +#### 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)) + ### 0.1.1 (2024-08-08) #### Documentation diff --git a/google-shopping-merchant-promotions/lib/google/shopping/merchant/promotions/version.rb b/google-shopping-merchant-promotions/lib/google/shopping/merchant/promotions/version.rb index 21a103b0f556..5d001c53c824 100644 --- a/google-shopping-merchant-promotions/lib/google/shopping/merchant/promotions/version.rb +++ b/google-shopping-merchant-promotions/lib/google/shopping/merchant/promotions/version.rb @@ -21,7 +21,7 @@ module Google module Shopping module Merchant module Promotions - VERSION = "0.1.1" + VERSION = "0.2.0" end end end