Skip to content

Commit

Permalink
chore: release google-auth-library-ruby 0.17.0 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Jul 30, 2021
1 parent e67ce40 commit 4caa6f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Release History

## [0.17.0](https://www.github.com/googleapis/google-auth-library-ruby/compare/google-auth-library-ruby/v0.16.2...google-auth-library-ruby/v0.17.0) (2021-07-30)


### Features

* Allow scopes to be self-signed into jwts ([e67ce40](https://www.github.com/googleapis/google-auth-library-ruby/commit/e67ce40f919b7eb3723c2ec95f5b8d58315ab1ee))

### [0.16.2](https://www.github.com/googleapis/google-auth-library-ruby/compare/google-auth-library-ruby/v0.16.1...google-auth-library-ruby/v0.16.2) (2021-04-28)


Expand Down
2 changes: 1 addition & 1 deletion lib/googleauth/version.rb
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.16.2".freeze
VERSION = "0.17.0".freeze
end
end

0 comments on commit 4caa6f7

Please sign in to comment.