Skip to content

Commit 3f5ed1e

Browse files
chore(main): release googleauth 1.12.2 (#510)
1 parent 3678316 commit 3f5ed1e

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.12.1"
2+
".": "1.12.2"
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.12.2 (2024-12-19)
4+
5+
#### Bug Fixes
6+
7+
* GCECredentials lazily fetches from the metadata server to ensure a universe domain is known ([#509](https://github.com/googleapis/google-auth-library-ruby/issues/509))
8+
39
### 1.12.1 (2024-12-17)
410

511
#### Bug Fixes

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.12.1".freeze
19+
VERSION = "1.12.2".freeze
2020
end
2121
end

0 commit comments

Comments
 (0)