From 2c76946922b8d35354143abb2c9cb422be03d454 Mon Sep 17 00:00:00 2001 From: Tim Emiola Date: Wed, 5 Aug 2015 16:58:47 -0700 Subject: [PATCH] Updates the changelog and version --- CHANGELOG.md | 23 +++++++++++++++++++++-- lib/googleauth/version.rb | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d73dc..57bd504 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.4.2 (05/08/2015) + +### Changes + +* Updated UserRefreshCredentials hash to use string keys ([@haabator][]) +[#36](https://github.com/google/google-auth-library-ruby/issues/36) + +* Add support for a system default credentials file. ([@mr-salty][]) +[#33](https://github.com/google/google-auth-library-ruby/issues/33) + +* Fix bug when loading credentials from ENV ([@dwilkie][]) +[#31](https://github.com/google/google-auth-library-ruby/issues/31) + +* Relax the constraint of dependent version of multi_json ([@igrep][]) +[#30](https://github.com/google/google-auth-library-ruby/issues/30) + ### Changes * Enables passing credentials via environment variables. ([@haabaato][]) @@ -23,6 +39,9 @@ * makes the scope parameter's optional in all APIs. ([@tbetbetbe][]) * changes the scope parameter's position in various constructors. ([@tbetbetbe][]) -[@tbetbetbe]: https://github.com/tbetbetbe -[@joneslee85]: https://github.com/joneslee85 +[@dwilkie]: https://github.com/dwilkie [@haabaato]: https://github.com/haabaato +[@igrep]: https://github.com/igrep +[@joneslee85]: https://github.com/joneslee85 +[@mr-salty]: https://github.com/mr-salty +[@tbetbetbe]: https://github.com/tbetbetbe diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 7121ca6..e39a9c4 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.4.1' + VERSION = '0.4.2' end end