Skip to content

Commit

Permalink
chore(main): release googleauth 1.10.0 (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Feb 8, 2024
1 parent 65bae29 commit 8a83cd1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1,3 +1,3 @@
{
".": "1.9.2"
".": "1.10.0"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Release History

### 1.10.0 (2024-02-08)

#### Features

* add PKCE to 3 Legged OAuth exchange ([#471](https://github.com/googleapis/google-auth-library-ruby/issues/471))
#### Bug Fixes

* Client library credentials provide correct self-signed JWT and external account behavior when loading from a file path or JSON data ([#474](https://github.com/googleapis/google-auth-library-ruby/issues/474))
* Prioritize universe domain specified in GCECredentials arguments over metadata-fetched value ([#472](https://github.com/googleapis/google-auth-library-ruby/issues/472))

### 1.9.2 (2024-01-25)

#### Bug Fixes
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.9.2".freeze
VERSION = "1.10.0".freeze
end
end

0 comments on commit 8a83cd1

Please sign in to comment.