From e38a8d7183d8f0881d01e58e530253fbbf6cacba Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:57:02 +0000 Subject: [PATCH] chore(main): release googleauth 1.17.3 --- .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 e12b22f8..21bb68c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.17.2" + ".": "1.17.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 49e57fa2..2732e2f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 1.17.3 (2026-07-27) + +#### Bug Fixes + +* Add option validation and error handling to ServiceAccountCredentials.make_creds ([#588](https://github.com/googleapis/google-auth-library-ruby/issues/588)) ([3da9927](https://github.com/googleapis/google-auth-library-ruby/commit/3da9927091e3ffc4f2d062a404d837de962a6f97)), refs [#482](https://github.com/googleapis/google-auth-library-ruby/issues/482) [#544](https://github.com/googleapis/google-auth-library-ruby/issues/544) + ### 1.17.2 (2026-07-23) #### Bug Fixes diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 75598b47..efbbac66 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.17.2".freeze + VERSION = "1.17.3".freeze end end