We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ae816 commit 1c6724fCopy full SHA for 1c6724f
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.15.0"
+ ".": "1.15.1"
3
}
CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History
+### 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
9
### 1.15.0 (2025-08-25)
10
11
#### Features
lib/googleauth/version.rb
@@ -16,6 +16,6 @@ module Google
16
# Module Auth provides classes that provide Google-specific authorization
17
# used to access Google APIs.
18
module Auth
19
- VERSION = "1.15.0".freeze
+ VERSION = "1.15.1".freeze
20
end
21
0 commit comments