From 610f020827464ffe7d7dd3f57a99c4123fa3cba8 Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Wed, 1 Sep 2021 12:40:57 -0700 Subject: [PATCH] chore: release googleauth 0.17.1 (#335) --- CHANGELOG.md | 6 ++++++ lib/googleauth/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 882f8f35..1d4d9b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +### [0.17.1](https://www.github.com/googleapis/google-auth-library-ruby/compare/googleauth/v0.15.0...googleauth/v0.17.1) (2021-09-01) + +### Bug Fixes + +* Updates to gem metadata ([fb5e56d](https://www.github.com/googleapis/google-auth-library-ruby/commit/fb5e56dad1e6ed6afd4f9b5c626e5e1495e48343)) + ## [0.17.0](https://www.github.com/googleapis/google-auth-library-ruby/compare/google-auth-library-ruby/v0.16.2...google-auth-library-ruby/v0.17.0) (2021-07-30) diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index e97c1e65..120e4885 100644 --- a/lib/googleauth/version.rb +++ b/lib/googleauth/version.rb @@ -31,6 +31,6 @@ module Google # Module Auth provides classes that provide Google-specific authorization # used to access Google APIs. module Auth - VERSION = "0.17.0".freeze + VERSION = "0.17.1".freeze end end