From 573c6904c1188b899438420b41ad7b3f97dc341e Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 7 Jul 2022 20:30:02 -0700 Subject: [PATCH] chore(main): release google-iam-credentials 1.1.0 (#18816) --- .release-please-manifest.json | 2 +- google-iam-credentials/CHANGELOG.md | 6 ++++++ .../lib/google/iam/credentials/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1a1bceaa54c3..079b4760637a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -607,7 +607,7 @@ "google-cloud-workflows-v1+FILLER": "0.0.0", "google-cloud-workflows-v1beta": "0.3.5", "google-cloud-workflows-v1beta+FILLER": "0.0.0", - "google-iam-credentials": "1.0.3", + "google-iam-credentials": "1.1.0", "google-iam-credentials+FILLER": "0.0.0", "google-iam-credentials-v1": "0.4.0", "google-iam-credentials-v1+FILLER": "0.0.0", diff --git a/google-iam-credentials/CHANGELOG.md b/google-iam-credentials/CHANGELOG.md index 7613ca235d8b..1273a20b6983 100644 --- a/google-iam-credentials/CHANGELOG.md +++ b/google-iam-credentials/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 1.1.0 (2022-07-08) + +#### Features + +* Updated minimum Ruby version to 2.6 ([#18443](https://github.com/googleapis/google-cloud-ruby/issues/18443)) + ### 1.0.3 / 2022-01-11 #### Documentation diff --git a/google-iam-credentials/lib/google/iam/credentials/version.rb b/google-iam-credentials/lib/google/iam/credentials/version.rb index 3974d4beb4af..88513eaddc7e 100644 --- a/google-iam-credentials/lib/google/iam/credentials/version.rb +++ b/google-iam-credentials/lib/google/iam/credentials/version.rb @@ -20,7 +20,7 @@ module Google module Iam module Credentials - VERSION = "1.0.3" + VERSION = "1.1.0" end end end