Skip to content

Commit

Permalink
chore: release googleauth 1.1.0 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed Oct 24, 2021
1 parent b0a36f7 commit 6346629
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

## [1.1.0](https://www.github.com/googleapis/google-auth-library-ruby/compare/googleauth/v1.0.0...googleauth/v1.1.0) (2021-10-24)


### Features

* Support short-lived tokens in Credentials ([9d7051c](https://www.github.com/googleapis/google-auth-library-ruby/commit/9d7051cff4d5e191a5d6756a068e8be539934f0d))

## [1.0.0](https://www.github.com/googleapis/google-auth-library-ruby/compare/googleauth/v0.17.1...googleauth/v1.0.0) (2021-09-27)

Bumped version to 1.0.0. Releases from this point will follow semver.
Expand Down
2 changes: 1 addition & 1 deletion lib/googleauth/version.rb
Expand Up @@ -16,6 +16,6 @@ module Google
# Module Auth provides classes that provide Google-specific authorization
# used to access Google APIs.
module Auth
VERSION = "1.0.0".freeze
VERSION = "1.1.0".freeze
end
end

0 comments on commit 6346629

Please sign in to comment.