From 85c2afb036d6cf84282a300b7827e4363317648d Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:52:13 +0000 Subject: [PATCH] chore(main): release googleauth 1.9.0 --- .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 7840fde9..4fcfdf7a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.1" + ".": "1.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9f3d97..9ea334fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Release History +### 1.9.0 (2023-12-07) + +#### Features + +* Include universe_domain in credentials ([#460](https://github.com/googleapis/google-auth-library-ruby/issues/460)) +* Use google-cloud-env for more robust Metadata Service access ([#459](https://github.com/googleapis/google-auth-library-ruby/issues/459)) + ### 1.8.1 (2023-09-19) #### Documentation diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 88a84e9e..5bdf8baf 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.8.1".freeze + VERSION = "1.9.0".freeze end end