Skip to content

Commit

Permalink
Release google-auth-library-ruby 0.12.0 (#261)
Browse files Browse the repository at this point in the history
* Support for ID token credentials.
* Support reading quota_id_project from service account credentials.
  • Loading branch information
dazuma committed Apr 11, 2020
1 parent c7f82f2 commit 9bcac01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.12.0 / 2020-04-08

* Support for ID token credentials.
* Support reading quota_id_project from service account credentials.

### 0.11.0 / 2020-02-24

* Support Faraday 1.x.
Expand Down
2 changes: 1 addition & 1 deletion lib/googleauth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ module Google
# Module Auth provides classes that provide Google-specific authorization
# used to access Google APIs.
module Auth
VERSION = "0.11.0".freeze
VERSION = "0.12.0".freeze
end
end

0 comments on commit 9bcac01

Please sign in to comment.