diff --git a/CHANGELOG.md b/CHANGELOG.md index 12952f8..4d0b65b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -### Unreleased +# Release History + +### 0.13.1 / 2020-07-30 * Support scopes when using GCE Metadata Server authentication ([@ball-hayden][]) diff --git a/lib/googleauth/version.rb b/lib/googleauth/version.rb index 515c4df..10b5fa9 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.13.0".freeze + VERSION = "0.13.1".freeze end end