diff --git a/CHANGELOG.md b/CHANGELOG.md index ee48ac40..f1885e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,18 @@ 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.3](https://github.com/jwt/ruby-jwt/tree/v2.9.3) (NEXT) + +[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.9.2...main) + +**Features:** + +- Your contribution here + +**Fixes and enhancements:** + +- Your contribution here + ## [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...v2.9.2) diff --git a/lib/jwt/version.rb b/lib/jwt/version.rb index 839a7c6d..c7a39cc5 100644 --- a/lib/jwt/version.rb +++ b/lib/jwt/version.rb @@ -13,7 +13,7 @@ module VERSION # minor version MINOR = 9 # tiny version - TINY = 2 + TINY = 3 # alpha, beta, etc. tag PRE = nil