From 822161598de4b966c74da94f77666475173014b3 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:36 +0000 Subject: [PATCH] chore(main): release google-shopping-merchant-reports 0.3.1 --- .release-please-manifest.json | 16 ++++++++-------- google-shopping-merchant-reports/CHANGELOG.md | 6 ++++++ .../google/shopping/merchant/reports/version.rb | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 75ecd8007a0e..2e13f54d65d1 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", @@ -881,7 +881,7 @@ "google-shopping-merchant-quota+FILLER": "0.0.0", "google-shopping-merchant-quota-v1beta": "0.1.0", "google-shopping-merchant-quota-v1beta+FILLER": "0.0.0", - "google-shopping-merchant-reports": "0.3.0", + "google-shopping-merchant-reports": "0.3.1", "google-shopping-merchant-reports+FILLER": "0.0.0", "google-shopping-merchant-reports-v1beta": "0.6.0", "google-shopping-merchant-reports-v1beta+FILLER": "0.0.0", diff --git a/google-shopping-merchant-reports/CHANGELOG.md b/google-shopping-merchant-reports/CHANGELOG.md index 7331ab0b7a00..c9b99a8760a0 100644 --- a/google-shopping-merchant-reports/CHANGELOG.md +++ b/google-shopping-merchant-reports/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.3.1 (2024-08-08) + +#### Documentation + +* Formatting updates to README.md ([#26635](https://github.com/googleapis/google-cloud-ruby/issues/26635)) + ### 0.3.0 (2024-02-26) #### Features diff --git a/google-shopping-merchant-reports/lib/google/shopping/merchant/reports/version.rb b/google-shopping-merchant-reports/lib/google/shopping/merchant/reports/version.rb index df9f395620b9..04a7ee917e7f 100644 --- a/google-shopping-merchant-reports/lib/google/shopping/merchant/reports/version.rb +++ b/google-shopping-merchant-reports/lib/google/shopping/merchant/reports/version.rb @@ -21,7 +21,7 @@ module Google module Shopping module Merchant module Reports - VERSION = "0.3.0" + VERSION = "0.3.1" end end end