Skip to content

Commit

Permalink
chore: release google-auth-library-ruby 0.15.1 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Feb 8, 2021
1 parent c971c1a commit 636e560
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.15.1](https://www.github.com/googleapis/google-auth-library-ruby/compare/v0.15.0...v0.15.1) (2021-02-08)


### Bug Fixes

* 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))

## [0.15.0](https://www.github.com/googleapis/google-auth-library-ruby/compare/v0.14.0...v0.15.0) (2021-01-26)


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.15.0".freeze
VERSION = "0.15.1".freeze
end
end

0 comments on commit 636e560

Please sign in to comment.