From 9f15935c83a0919d71fd6ec03840b04c6273a168 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 20:13:31 +0000 Subject: [PATCH] chore(main): release googleauth 1.11.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/googleauth/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf198b9..1b796cf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.11.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f64f086..0442efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release History +### 1.11.1 (2024-10-04) + +#### Bug Fixes + +* Fixed parsing of expiration timestamp from ID tokens ([#492](https://github.com/googleapis/google-auth-library-ruby/issues/492)) +* Use NoMethodError instead of NotImplementedError for unimplemented base class methods ([#487](https://github.com/googleapis/google-auth-library-ruby/issues/487)) + ### 1.11.0 (2024-02-09) #### Features diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 38e3be9..ce02d92 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.11.0".freeze + VERSION = "1.11.1".freeze end end