Skip to content

Commit 2842d8a

Browse files
chore: release google-auth-library-ruby 0.16.1 (#310)
1 parent 9df01df commit 2842d8a

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.16.1](https://www.github.com/googleapis/google-auth-library-ruby/compare/google-auth-library-ruby/v0.16.0...google-auth-library-ruby/v0.16.1) (2021-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Accept application/text content-type for plain idtoken response ([4948ebb](https://www.github.com/googleapis/google-auth-library-ruby/commit/4948ebb3ca151e9f0433585a41bad6f415416b2d))
9+
310
## [0.16.0](https://www.github.com/googleapis/google-auth-library-ruby/compare/v0.15.1...v0.16.0) (2021-03-04)
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.0".freeze
34+
VERSION = "0.16.1".freeze
3535
end
3636
end

0 commit comments

Comments
 (0)