File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,18 @@ 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.3] ( https://github.com/jwt/ruby-jwt/tree/v2.9.3 ) (NEXT)
26+
27+ [ Full Changelog] ( https://github.com/jwt/ruby-jwt/compare/v2.9.2...main )
28+
29+ ** Features:**
30+
31+ - Your contribution here
32+
33+ ** Fixes and enhancements:**
34+
35+ - Your contribution here
36+
2537## [ v2.9.2] ( https://github.com/jwt/ruby-jwt/tree/v2.9.2 ) (2024-10-03)
2638
2739[ Full Changelog] ( https://github.com/jwt/ruby-jwt/compare/v2.9.1...v2.9.2 )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module VERSION
1313 # minor version
1414 MINOR = 9
1515 # tiny version
16- TINY = 2
16+ TINY = 3
1717 # alpha, beta, etc. tag
1818 PRE = nil
1919
You can’t perform that action at this time.
0 commit comments