Skip to content

Commit 636e560

Browse files
chore: release google-auth-library-ruby 0.15.1 (#297)
1 parent c971c1a commit 636e560

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.15.1](https://www.github.com/googleapis/google-auth-library-ruby/compare/v0.15.0...v0.15.1) (2021-02-08)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix crash when using a client credential without any paths or env_vars set ([#296](https://www.github.com/googleapis/google-auth-library-ruby/issues/296)) ([c971c1a](https://www.github.com/googleapis/google-auth-library-ruby/commit/c971c1ad2d7730c0f5b389d533a972be32fbaf49))
9+
310
## [0.15.0](https://www.github.com/googleapis/google-auth-library-ruby/compare/v0.14.0...v0.15.0) (2021-01-26)
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.15.0".freeze
34+
VERSION = "0.15.1".freeze
3535
end
3636
end

0 commit comments

Comments
 (0)