Skip to content

Commit 1c6724f

Browse files
chore(main): release googleauth 1.15.1 (#546)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 47ae816 commit 1c6724f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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.15.0"
2+
".": "1.15.1"
33
}

CHANGELOG.md

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

3+
### 1.15.1 (2025-10-14)
4+
5+
#### Bug Fixes
6+
7+
* Deprecate method make_creds in DefaultCredentials ([#545](https://github.com/googleapis/google-auth-library-ruby/issues/545))
8+
39
### 1.15.0 (2025-08-25)
410

511
#### 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.15.0".freeze
19+
VERSION = "1.15.1".freeze
2020
end
2121
end

0 commit comments

Comments
 (0)