diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 21bb68c2..9a3a2659 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.17.3" + ".": "1.17.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2732e2f4..9a0f2679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### 1.17.4 (2026-08-13) + +#### Documentation + +* Update CLI/installed app example to use loopback IP redirect ([#589](https://github.com/googleapis/google-auth-library-ruby/issues/589)) + ### 1.17.3 (2026-07-27) #### Bug Fixes diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index efbbac66..d317cae8 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.3".freeze + VERSION = "1.17.4".freeze end end