From 488d601f4287aacba06ff894622a6e901083ea6c Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:53:32 +0530 Subject: [PATCH] chore(main): release google-shopping-merchant-inventories 0.1.0 (#23456) --- .release-please-manifest.json | 2 +- google-shopping-merchant-inventories/.repo-metadata.json | 2 +- google-shopping-merchant-inventories/CHANGELOG.md | 9 ++++++++- .../lib/google/shopping/merchant/inventories/version.rb | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fb958a78a3c4..44a2fa9f26af 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -733,7 +733,7 @@ "google-identity-access_context_manager+FILLER": "0.0.0", "google-identity-access_context_manager-v1": "0.6.0", "google-identity-access_context_manager-v1+FILLER": "0.0.0", - "google-shopping-merchant-inventories": "0.0.1", + "google-shopping-merchant-inventories": "0.1.0", "google-shopping-merchant-inventories+FILLER": "0.0.0", "google-shopping-merchant-inventories-v1beta": "0.0.1", "google-shopping-merchant-inventories-v1beta+FILLER": "0.0.0", diff --git a/google-shopping-merchant-inventories/.repo-metadata.json b/google-shopping-merchant-inventories/.repo-metadata.json index c7e031663901..65b84eb4c595 100644 --- a/google-shopping-merchant-inventories/.repo-metadata.json +++ b/google-shopping-merchant-inventories/.repo-metadata.json @@ -8,7 +8,7 @@ "name": "merchantapi", "name_pretty": "Merchant API", "product_documentation": "https://developers.google.com/merchant/api", - "release_level": "unreleased", + "release_level": "preview", "repo": "googleapis/google-cloud-ruby", "requires_billing": true, "ruby-cloud-description": "Programmatically manage your Merchant Center accounts.", diff --git a/google-shopping-merchant-inventories/CHANGELOG.md b/google-shopping-merchant-inventories/CHANGELOG.md index f88957a62ba2..997c3451ae1e 100644 --- a/google-shopping-merchant-inventories/CHANGELOG.md +++ b/google-shopping-merchant-inventories/CHANGELOG.md @@ -1,2 +1,9 @@ -# Release History +# Changelog +### 0.1.0 (2023-10-23) + +#### Features + +* Initial generation of google-shopping-merchant-inventories ([#23454](https://github.com/googleapis/google-cloud-ruby/issues/23454)) + +## Release History diff --git a/google-shopping-merchant-inventories/lib/google/shopping/merchant/inventories/version.rb b/google-shopping-merchant-inventories/lib/google/shopping/merchant/inventories/version.rb index a2b619418213..717160897854 100644 --- a/google-shopping-merchant-inventories/lib/google/shopping/merchant/inventories/version.rb +++ b/google-shopping-merchant-inventories/lib/google/shopping/merchant/inventories/version.rb @@ -21,7 +21,7 @@ module Google module Shopping module Merchant module Inventories - VERSION = "0.0.1" + VERSION = "0.1.0" end end end