From 78439c075f5f9bc875aa5865442203b6095e3913 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 18:49:23 +0000 Subject: [PATCH] chore(main): release google-shopping-type 0.5.0 --- .release-please-manifest.json | 2 +- google-shopping-type/CHANGELOG.md | 6 ++++++ google-shopping-type/lib/google/shopping/type/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b45e21a..4bb5fbb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,7 +7,7 @@ "google-cloud-common+FILLER": "0.0.0", "google-geo-type": "0.1.0", "google-geo-type+FILLER": "0.0.0", - "google-shopping-type": "0.4.0", + "google-shopping-type": "0.5.0", "google-shopping-type+FILLER": "0.0.0", "googleapis-common-protos": "1.5.0", "googleapis-common-protos+FILLER": "0.0.0", diff --git a/google-shopping-type/CHANGELOG.md b/google-shopping-type/CHANGELOG.md index ae85ae5..63717cf 100644 --- a/google-shopping-type/CHANGELOG.md +++ b/google-shopping-type/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.5.0 (2024-05-20) + +#### Features + +* Added Google::Shopping::Type::Weight + ### 0.4.0 (2024-04-14) #### Features diff --git a/google-shopping-type/lib/google/shopping/type/version.rb b/google-shopping-type/lib/google/shopping/type/version.rb index 066c142..8c283dd 100644 --- a/google-shopping-type/lib/google/shopping/type/version.rb +++ b/google-shopping-type/lib/google/shopping/type/version.rb @@ -17,7 +17,7 @@ module Google module Shopping module Type - VERSION = "0.4.0".freeze + VERSION = "0.5.0".freeze end end end