From f21b7607283406bbbf591075c3a5de03bc6d9ddc 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:08:57 +0000 Subject: [PATCH] chore(main): release google-shopping-merchant-notifications 0.1.1 --- .release-please-manifest.json | 14 +++++++------- .../CHANGELOG.md | 6 ++++++ .../shopping/merchant/notifications/version.rb | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2e37357f7dba..c2a47fa54259 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,23 +1,23 @@ { - "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", @@ -865,7 +865,7 @@ "google-shopping-merchant-lfp+FILLER": "0.0.0", "google-shopping-merchant-lfp-v1beta": "0.1.1", "google-shopping-merchant-lfp-v1beta+FILLER": "0.0.0", - "google-shopping-merchant-notifications": "0.1.0", + "google-shopping-merchant-notifications": "0.1.1", "google-shopping-merchant-notifications+FILLER": "0.0.0", "google-shopping-merchant-notifications-v1beta": "0.1.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 b1d5a6ee87e6..3309dc72ffa7 100644 --- a/google-shopping-merchant-notifications/CHANGELOG.md +++ b/google-shopping-merchant-notifications/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-04-25) #### Features 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 971d5f044805..1702ea1f91dc 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.0" + VERSION = "0.1.1" end end end