Skip to content

Commit 719a147

Browse files
chore(main): release googleauth 1.11.1 (#489)
1 parent a254aa2 commit 719a147

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.11.0"
2+
".": "1.11.1"
33
}

CHANGELOG.md

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

3+
### 1.11.1 (2024-10-04)
4+
5+
#### Bug Fixes
6+
7+
* Fixed parsing of expiration timestamp from ID tokens ([#492](https://github.com/googleapis/google-auth-library-ruby/issues/492))
8+
* Use NoMethodError instead of NotImplementedError for unimplemented base class methods ([#487](https://github.com/googleapis/google-auth-library-ruby/issues/487))
9+
310
### 1.11.0 (2024-02-09)
411

512
#### 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.11.0".freeze
19+
VERSION = "1.11.1".freeze
2020
end
2121
end

0 commit comments

Comments
 (0)