From 54c777be7d19d98de7fbb17a93403976cff941a8 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Wed, 8 Mar 2023 19:33:32 -0800 Subject: [PATCH] chore(main): release google-cloud-artifact_registry 1.2.0 --- .release-please-manifest.json | 2 +- google-cloud-artifact_registry/CHANGELOG.md | 6 ++++++ .../lib/google/cloud/artifact_registry/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6284aadc8819..8a02240b8835 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -45,7 +45,7 @@ "google-cloud-app_engine+FILLER": "0.0.0", "google-cloud-app_engine-v1": "0.6.0", "google-cloud-app_engine-v1+FILLER": "0.0.0", - "google-cloud-artifact_registry": "1.1.0", + "google-cloud-artifact_registry": "1.2.0", "google-cloud-artifact_registry+FILLER": "0.0.0", "google-cloud-artifact_registry-v1": "0.8.0", "google-cloud-artifact_registry-v1+FILLER": "0.0.0", diff --git a/google-cloud-artifact_registry/CHANGELOG.md b/google-cloud-artifact_registry/CHANGELOG.md index 57e1e148bde7..bb4b446e06de 100644 --- a/google-cloud-artifact_registry/CHANGELOG.md +++ b/google-cloud-artifact_registry/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 1.2.0 (2023-03-09) + +#### Features + +* Support REST transport ([#20765](https://github.com/googleapis/google-cloud-ruby/issues/20765)) + ### 1.1.0 (2022-07-01) #### Features diff --git a/google-cloud-artifact_registry/lib/google/cloud/artifact_registry/version.rb b/google-cloud-artifact_registry/lib/google/cloud/artifact_registry/version.rb index b6e5a51fa053..367c27ccac85 100644 --- a/google-cloud-artifact_registry/lib/google/cloud/artifact_registry/version.rb +++ b/google-cloud-artifact_registry/lib/google/cloud/artifact_registry/version.rb @@ -20,7 +20,7 @@ module Google module Cloud module ArtifactRegistry - VERSION = "1.1.0" + VERSION = "1.2.0" end end end