update version number and changelog (#166)

This commit is contained in:
Graham Paye 2018-10-18 12:26:11 -07:00 committed by GitHub
parent 3802390e70
commit 818a031f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 0.6.7 (2018/10/16)
* Update memoist dependency to ~> 0.16.
## 0.6.6 (2018/08/22)
* Remove ruby version warnings.

View File

@ -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.6'.freeze
VERSION = '0.6.7'.freeze
end
end