From 8fba8804ec1fdf25ac9bf6a5d3cc9d6141af36db Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:09:18 +0000 Subject: [PATCH] chore(main): release google-shopping-merchant-promotions 0.1.1 --- .release-please-manifest.json | 16 ++++++++-------- google-shopping-merchant-promotions/CHANGELOG.md | 6 ++++++ .../shopping/merchant/promotions/version.rb | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 75ecd8007a0e..4e785db8ff19 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,27 +1,27 @@ { - "google-analytics-admin": "0.5.1", + "google-analytics-admin": "0.5.0", "google-analytics-admin+FILLER": "0.0.0", "google-analytics-admin-v1alpha": "0.30.0", "google-analytics-admin-v1alpha+FILLER": "0.0.0", - "google-analytics-data": "0.6.1", + "google-analytics-data": "0.6.0", "google-analytics-data+FILLER": "0.0.0", "google-analytics-data-v1beta": "0.13.0", "google-analytics-data-v1beta+FILLER": "0.0.0", - "google-apps-chat": "1.0.1", + "google-apps-chat": "1.0.0", "google-apps-chat+FILLER": "0.0.0", "google-apps-chat-v1": "0.3.0", "google-apps-chat-v1+FILLER": "0.0.0", - "google-apps-events-subscriptions": "1.0.1", + "google-apps-events-subscriptions": "1.0.0", "google-apps-events-subscriptions+FILLER": "0.0.0", "google-apps-events-subscriptions-v1": "0.1.0", "google-apps-events-subscriptions-v1+FILLER": "0.0.0", - "google-apps-meet": "1.0.1", + "google-apps-meet": "1.0.0", "google-apps-meet+FILLER": "0.0.0", - "google-apps-meet-v2": "0.2.1", + "google-apps-meet-v2": "0.2.0", "google-apps-meet-v2+FILLER": "0.0.0", "google-apps-meet-v2beta": "0.3.0", "google-apps-meet-v2beta+FILLER": "0.0.0", - "google-area120-tables": "0.6.1", + "google-area120-tables": "0.6.0", "google-area120-tables+FILLER": "0.0.0", "google-area120-tables-v1alpha1": "0.8.0", "google-area120-tables-v1alpha1+FILLER": "0.0.0", @@ -873,7 +873,7 @@ "google-shopping-merchant-products+FILLER": "0.0.0", "google-shopping-merchant-products-v1beta": "0.1.0", "google-shopping-merchant-products-v1beta+FILLER": "0.0.0", - "google-shopping-merchant-promotions": "0.1.0", + "google-shopping-merchant-promotions": "0.1.1", "google-shopping-merchant-promotions+FILLER": "0.0.0", "google-shopping-merchant-promotions-v1beta": "0.1.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 380284e60a8d..de29675aedf9 100644 --- a/google-shopping-merchant-promotions/CHANGELOG.md +++ b/google-shopping-merchant-promotions/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.1.1 (2024-08-08) + +#### Documentation + +* Formatting updates to README.md ([#26635](https://github.com/googleapis/google-cloud-ruby/issues/26635)) + ### 0.1.0 (2024-06-06) #### Features 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 2c87597c9794..21a103b0f556 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.0" + VERSION = "0.1.1" end end end