Skip to content

Commit

Permalink
chore(main): release googleauth 1.7.0 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 18, 2023
1 parent fb23a65 commit 71989f1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.0"
".": "1.7.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

### 1.7.0 (2023-07-14)

#### Features

* Adding support for pluggable auth credentials ([#437](https://github.com/googleapis/google-auth-library-ruby/issues/437))
#### Documentation

* fixed iss argument and description in comments of IDTokens ([#438](https://github.com/googleapis/google-auth-library-ruby/issues/438))

### 1.6.0 (2023-06-20)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion lib/googleauth/version.rb
Original file line number Diff line number Diff line change
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.6.0".freeze
VERSION = "1.7.0".freeze
end
end

0 comments on commit 71989f1

Please sign in to comment.