Release 0.13.1 (#271)
This commit is contained in:
parent
48c689aa93
commit
06b2555122
|
@ -1,4 +1,6 @@
|
|||
### Unreleased
|
||||
# Release History
|
||||
|
||||
### 0.13.1 / 2020-07-30
|
||||
|
||||
* Support scopes when using GCE Metadata Server authentication ([@ball-hayden][])
|
||||
|
||||
|
|
|
@ -31,6 +31,6 @@ module Google
|
|||
# Module Auth provides classes that provide Google-specific authorization
|
||||
# used to access Google APIs.
|
||||
module Auth
|
||||
VERSION = "0.13.0".freeze
|
||||
VERSION = "0.13.1".freeze
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue