Skip to content

Commit 2d7671d

Browse files
chore(main): release googleauth 1.13.0 (#514)
1 parent 2147b31 commit 2d7671d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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.2"
2+
".": "1.13.0"
33
}

CHANGELOG.md

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

3+
### 1.13.0 (2025-01-22)
4+
5+
#### Features
6+
7+
* create impersonated service credentials ([#499](https://github.com/googleapis/google-auth-library-ruby/issues/499))
8+
#### Documentation
9+
10+
* Include note about validating externally-provided credentials ([#512](https://github.com/googleapis/google-auth-library-ruby/issues/512))
11+
312
### 1.12.2 (2024-12-19)
413

514
#### 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.2".freeze
19+
VERSION = "1.13.0".freeze
2020
end
2121
end

0 commit comments

Comments
 (0)