From 8a83cd1b2ad97f1c74663ab5ed10d9cf01a8358e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 19:36:21 +0530 Subject: [PATCH] chore(main): release googleauth 1.10.0 (#473) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ lib/googleauth/version.rb | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 00cbbb6..d9246dd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.2" + ".": "1.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 08b02b9..74ae771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +### 1.10.0 (2024-02-08) + +#### Features + +* add PKCE to 3 Legged OAuth exchange ([#471](https://github.com/googleapis/google-auth-library-ruby/issues/471)) +#### Bug Fixes + +* Client library credentials provide correct self-signed JWT and external account behavior when loading from a file path or JSON data ([#474](https://github.com/googleapis/google-auth-library-ruby/issues/474)) +* Prioritize universe domain specified in GCECredentials arguments over metadata-fetched value ([#472](https://github.com/googleapis/google-auth-library-ruby/issues/472)) + ### 1.9.2 (2024-01-25) #### Bug Fixes diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 61904df..5b2b111 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.2".freeze + VERSION = "1.10.0".freeze end end