diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ffbfe7..2f7777e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.6.1 (2017/10/18) + +* Fix file permissions + ## 0.6.0 (2017/10/17) ### Changes diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index a318b55..76132d6 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.6.0'.freeze + VERSION = '0.6.1'.freeze end end