File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ v3.0.0] ( https://github.com/jwt/ruby-jwt/tree/v3.0.0 ) (NEXT )
3+ ## [ v3.0.0] ( https://github.com/jwt/ruby-jwt/tree/v3.0.0 ) (2025-06-14 )
44
5- [ Full Changelog] ( https://github.com/jwt/ruby-jwt/compare/v2.10.1...main )
5+ [ Full Changelog] ( https://github.com/jwt/ruby-jwt/compare/v2.10.1...v3.0.0 )
66
77** Breaking changes:**
88
@@ -22,13 +22,11 @@ Take a look at the [upgrade guide](UPGRADING.md) for more details.
2222- JWT::EncodedToken#verify! method that bundles signature and claim validation [ #647 ] ( https://github.com/jwt/ruby-jwt/pull/647 ) ([ @anakinj ] ( https://github.com/anakinj ) )
2323- Do not override the alg header if already given [ #659 ] ( https://github.com/jwt/ruby-jwt/pull/659 ) ([ @anakinj ] ( https://github.com/anakinj ) )
2424- Make ` JWK::KeyFinder ` compatible with ` JWT::EncodedToken ` [ #663 ] ( https://github.com/jwt/ruby-jwt/pull/663 ) ([ @anakinj ] ( https://github.com/anakinj ) )
25- - Your contribution here
2625
2726** Fixes and enhancements:**
2827
2928- Ruby 3.4 to CI matrix [ #649 ] ( https://github.com/jwt/ruby-jwt/pull/649 ) ([ @anakinj ] ( https://github.com/anakinj ) )
3029- Add logger as development dependency [ #670 ] ( https://github.com/jwt/ruby-jwt/pull/670 ) ([ @hieuk09 ] ( https://github.com/hieuk09 ) )
31- - Your contribution here
3230
3331## [ v2.10.1] ( https://github.com/jwt/ruby-jwt/tree/v2.10.1 ) (2024-12-26)
3432
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module VERSION
1717 MAJOR = 3
1818 MINOR = 0
1919 TINY = 0
20- PRE = 'beta1'
20+ PRE = nil
2121
2222 STRING = [ MAJOR , MINOR , TINY , PRE ] . compact . join ( '.' )
2323 end
You can’t perform that action at this time.
0 commit comments