update version number and changelog (#166)
This commit is contained in:
parent
3802390e70
commit
818a031f5a
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue