Skip to content

Commit

Permalink
chore(main): release googleauth 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 19, 2025
1 parent 4bae088 commit 9b5abfe
Show file tree
Hide file tree
Showing 3 changed files with 14 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.13.1"
".": "1.14.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Release History

### 1.14.0 (2025-02-19)

#### Features

* add API key credentials ([#520](https://github.com/googleapis/google-auth-library-ruby/issues/520))
* Add Bearer token credentials
* add BearerToken credentials ([#522](https://github.com/googleapis/google-auth-library-ruby/issues/522))
#### Bug Fixes

* Eliminated the "attribute accessor as module_function" warning ([#519](https://github.com/googleapis/google-auth-library-ruby/issues/519))
* Get the project_id from gcloud ([#479](https://github.com/googleapis/google-auth-library-ruby/issues/479))

### 1.13.1 (2025-01-24)

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

0 comments on commit 9b5abfe

Please sign in to comment.