Skip to content

Commit 4caa6f7

Browse files
chore: release google-auth-library-ruby 0.17.0 (#326)
1 parent e67ce40 commit 4caa6f7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
22

3+
## [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)
4+
5+
6+
### Features
7+
8+
* Allow scopes to be self-signed into jwts ([e67ce40](https://www.github.com/googleapis/google-auth-library-ruby/commit/e67ce40f919b7eb3723c2ec95f5b8d58315ab1ee))
9+
310
### [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)
411

512

lib/googleauth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ module Google
3131
# Module Auth provides classes that provide Google-specific authorization
3232
# used to access Google APIs.
3333
module Auth
34-
VERSION = "0.16.2".freeze
34+
VERSION = "0.17.0".freeze
3535
end
3636
end

0 commit comments

Comments
 (0)