From 71989f1a50faff2a6d2373053514c75b8296fcda Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 14:01:47 +0530 Subject: [PATCH] chore(main): release googleauth 1.7.0 (#439) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ lib/googleauth/version.rb | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0d1bebe1..64e0684f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f3df5b05..c6e9dfc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Release History +### 1.7.0 (2023-07-14) + +#### Features + +* Adding support for pluggable auth credentials ([#437](https://github.com/googleapis/google-auth-library-ruby/issues/437)) +#### Documentation + +* fixed iss argument and description in comments of IDTokens ([#438](https://github.com/googleapis/google-auth-library-ruby/issues/438)) + ### 1.6.0 (2023-06-20) #### Features diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index a4e5c650..6000c7cf 100644 --- a/lib/googleauth/version.rb +++ b/lib/googleauth/version.rb @@ -16,6 +16,6 @@ module Google # Module Auth provides classes that provide Google-specific authorization # used to access Google APIs. module Auth - VERSION = "1.6.0".freeze + VERSION = "1.7.0".freeze end end