From c0f3b700722025bfab0011935711132fe15c2a93 Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Wed, 27 Mar 2019 11:46:30 -0700 Subject: [PATCH] Release google-auth-library-ruby 0.8.1 (#207) --- CHANGELOG.md | 5 +++++ lib/googleauth/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 970f81c..400b405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.8.1 / 2019-03-27 + +* Silence unnecessary gcloud warning +* Treat empty credentials environment variables as unset + ### 0.8.0 / 2019-01-02 * Support connection options :default_connection and :connection_builder when creating credentials that need to refresh OAuth tokens. This lets clients provide connection objects with custom settings, such as proxies, needed for the client environment. diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index b4699af..758d17c 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.8.0".freeze + VERSION = "0.8.1".freeze end end