File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.14 .0"
2+ "." : " 1.15 .0"
33}
Original file line number Diff line number Diff line change 11# Release History
22
3+ ### 1.15.0 (2025-08-25)
4+
5+ #### Features
6+
7+ * add typed errors to authentication library ([ #533 ] ( https://github.com/googleapis/google-auth-library-ruby/issues/533 ) )
8+ * Support for JWT 3.x ([ #542 ] ( https://github.com/googleapis/google-auth-library-ruby/issues/542 ) )
9+ #### Bug Fixes
10+
11+ * fix incorrect error and apply some code complexity refactoring ([ #529 ] ( https://github.com/googleapis/google-auth-library-ruby/issues/529 ) )
12+ * support Pathname for cred loading ([ #537 ] ( https://github.com/googleapis/google-auth-library-ruby/issues/537 ) )
13+ #### Documentation
14+
15+ * add summary documentation on credentials types and improve YARD comments
16+ * add summary documentation on credentials types and improve YARD comments ([ #530 ] ( https://github.com/googleapis/google-auth-library-ruby/issues/530 ) )
17+
318### 1.14.0 (2025-03-14)
419
520#### Features
Original file line number Diff line number Diff 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.14 .0" . freeze
19+ VERSION = "1.15 .0" . freeze
2020 end
2121end
You can’t perform that action at this time.
0 commit comments