Skip to content

Commit bb66d8c

Browse files
committed
Version 2.9.2
1 parent 5144e6a commit bb66d8c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,19 @@ Notable changes in the upcoming **version 3.0**:
2222
- The `sign` and `verify` static methods on all the algorithms (`::JWT::JWA`) will be removed.
2323
- Custom algorithms are expected to include the `JWT::JWA::SigningAlgorithm` module.
2424

25-
## [v2.9.2](https://github.com/jwt/ruby-jwt/tree/v2.9.2) (NEXT)
25+
## [v2.9.2](https://github.com/jwt/ruby-jwt/tree/v2.9.2) (2024-10-03)
2626

27-
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.1...main)
27+
[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.1...v2.9.2)
2828

2929
**Features:**
3030

3131
- Standalone claim verification interface [#626](https://github.com/jwt/ruby-jwt/pull/626) ([@anakinj](https://github.com/anakinj))
32-
- Your contribution here
3332

3433
**Fixes and enhancements:**
3534

3635
- Updated README to correctly document `OpenSSL::HMAC` documentation [#617](https://github.com/jwt/ruby-jwt/pull/617) ([@aedryan](https://github.com/aedryan))
3736
- Verify JWT header format [#622](https://github.com/jwt/ruby-jwt/pull/622) ([@304](https://github.com/304))
3837
- Bring back `::JWT::ClaimsValidator`, `::JWT::Verify` and a few other removed interfaces for preserved backwards compatibility [#624](https://github.com/jwt/ruby-jwt/pull/624) ([@anakinj](https://github.com/anakinj))
39-
- Your contribution here
4038

4139
## [v2.9.1](https://github.com/jwt/ruby-jwt/tree/v2.9.1) (2024-09-23)
4240

0 commit comments

Comments
 (0)