Bump version and update changelog for 0.6.1 release
This commit is contained in:
parent
63237af001
commit
328fed6d63
|
@ -1,3 +1,7 @@
|
||||||
|
## 0.6.1 (2017/10/18)
|
||||||
|
|
||||||
|
* Fix file permissions
|
||||||
|
|
||||||
## 0.6.0 (2017/10/17)
|
## 0.6.0 (2017/10/17)
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|
|
@ -31,6 +31,6 @@ module Google
|
||||||
# Module Auth provides classes that provide Google-specific authorization
|
# Module Auth provides classes that provide Google-specific authorization
|
||||||
# used to access Google APIs.
|
# used to access Google APIs.
|
||||||
module Auth
|
module Auth
|
||||||
VERSION = '0.6.0'.freeze
|
VERSION = '0.6.1'.freeze
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue