From bb66d8c9fc2df29493c3fc99b4b5a7049e0b6471 Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Wed, 2 Oct 2024 23:50:14 +0300 Subject: [PATCH] Version 2.9.2 --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8c54f0..ee48ac40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,21 +22,19 @@ Notable changes in the upcoming **version 3.0**: - The `sign` and `verify` static methods on all the algorithms (`::JWT::JWA`) will be removed. - Custom algorithms are expected to include the `JWT::JWA::SigningAlgorithm` module. -## [v2.9.2](https://github.com/jwt/ruby-jwt/tree/v2.9.2) (NEXT) +## [v2.9.2](https://github.com/jwt/ruby-jwt/tree/v2.9.2) (2024-10-03) -[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.1...main) +[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.1...v2.9.2) **Features:** - Standalone claim verification interface [#626](https://github.com/jwt/ruby-jwt/pull/626) ([@anakinj](https://github.com/anakinj)) -- Your contribution here **Fixes and enhancements:** - Updated README to correctly document `OpenSSL::HMAC` documentation [#617](https://github.com/jwt/ruby-jwt/pull/617) ([@aedryan](https://github.com/aedryan)) - Verify JWT header format [#622](https://github.com/jwt/ruby-jwt/pull/622) ([@304](https://github.com/304)) - 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)) -- Your contribution here ## [v2.9.1](https://github.com/jwt/ruby-jwt/tree/v2.9.1) (2024-09-23)