From 4adc8a4e0d22881fed454c7f3f2a6fbca6ed36f6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 20:14:10 +0000 Subject: [PATCH] chore(main): release googleauth 1.14.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ lib/googleauth/version.rb | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09abf21..2ef9a1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.1" + ".": "1.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 54377c2..ab5c2ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Release History +### 1.14.0 (2025-02-26) + +#### Features + +* add API key credentials ([#520](https://github.com/googleapis/google-auth-library-ruby/issues/520)) +* Add Bearer token credentials +* add BearerToken credentials ([#522](https://github.com/googleapis/google-auth-library-ruby/issues/522)) +#### Bug Fixes + +* Eliminated the "attribute accessor as module_function" warning ([#519](https://github.com/googleapis/google-auth-library-ruby/issues/519)) +* Get the project_id from gcloud ([#479](https://github.com/googleapis/google-auth-library-ruby/issues/479)) + ### 1.13.1 (2025-01-24) #### Bug Fixes diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index f49b2c6..91e839a 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.13.1".freeze + VERSION = "1.14.0".freeze end end