We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f97a26 commit e16b972Copy full SHA for e16b972
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.11.2"
+ ".": "1.12.0"
3
}
CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History
+### 1.12.0 (2024-12-05)
4
+
5
+#### Features
6
7
+* provided opt-in debug logging ([#490](https://github.com/googleapis/google-auth-library-ruby/issues/490))
8
9
### 1.11.2 (2024-10-23)
10
11
#### Bug Fixes
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.11.2".freeze
+ VERSION = "1.12.0".freeze
20
end
21
0 commit comments