Skip to content

Commit db7e389

Browse files
chore(main): release googleauth 1.15.0 (#536)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c3ba3c0 commit db7e389

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.14.0"
2+
".": "1.15.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Release History
22

3+
### 1.15.0 (2025-08-25)
4+
5+
#### Features
6+
7+
* add typed errors to authentication library ([#533](https://github.com/googleapis/google-auth-library-ruby/issues/533))
8+
* Support for JWT 3.x ([#542](https://github.com/googleapis/google-auth-library-ruby/issues/542))
9+
#### Bug Fixes
10+
11+
* fix incorrect error and apply some code complexity refactoring ([#529](https://github.com/googleapis/google-auth-library-ruby/issues/529))
12+
* support Pathname for cred loading ([#537](https://github.com/googleapis/google-auth-library-ruby/issues/537))
13+
#### Documentation
14+
15+
* add summary documentation on credentials types and improve YARD comments
16+
* add summary documentation on credentials types and improve YARD comments ([#530](https://github.com/googleapis/google-auth-library-ruby/issues/530))
17+
318
### 1.14.0 (2025-03-14)
419

520
#### Features

lib/googleauth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ module Google
1616
# Module Auth provides classes that provide Google-specific authorization
1717
# used to access Google APIs.
1818
module Auth
19-
VERSION = "1.14.0".freeze
19+
VERSION = "1.15.0".freeze
2020
end
2121
end

0 commit comments

Comments
 (0)