From d27eea533ac2c9641bb2445b807f8f8990e28269 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:20:02 -0800 Subject: [PATCH] chore(main): release googleauth 1.9.2 (#468) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 6 ++++++ lib/googleauth/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b6f978..00cbbb6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.1" + ".": "1.9.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 32b2f44..08b02b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 1.9.2 (2024-01-25) + +#### Bug Fixes + +* Prevent access tokens from being fetched at service account construction in the self-signed-jwt case ([#467](https://github.com/googleapis/google-auth-library-ruby/issues/467)) + ### 1.9.1 (2023-12-12) #### Bug Fixes diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 13129ef..61904df 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.9.1".freeze + VERSION = "1.9.2".freeze end end