From 6cfb1e4912df9e97f66252c5cd992041b1c608a9 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:18:34 +0000 Subject: [PATCH] chore(main): release googleauth 1.17.0 --- .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 6d833911..46e7a463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.2" + ".": "1.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d7000995..5861f4ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 1.17.0 (2026-06-04) + +#### Features + +* port googleauth from multi_json to standard lib json ([#575](https://github.com/googleapis/google-auth-library-ruby/issues/575)) ([5fe4ed9](https://github.com/googleapis/google-auth-library-ruby/commit/5fe4ed96a042f36874a609349be5911db1247c8b)), closes [#572](https://github.com/googleapis/google-auth-library-ruby/issues/572) + ### 1.16.2 (2026-02-26) #### Bug Fixes diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 5a691afc..3a4a760b 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.16.2".freeze + VERSION = "1.17.0".freeze end end