File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
2- ## [ v2.6.0] ( https://github.com/jwt/ruby-jwt/tree/v2.6.0 ) (NEXT)
2+
3+ ## [ v2.6.0] ( https://github.com/jwt/ruby-jwt/tree/v2.6.0 ) (2022-12-22)
4+
5+ [ Full Changelog] ( https://github.com/jwt/ruby-jwt/compare/v2.5.0...v2.6.0 )
36
47** Features:**
58
69- Support custom algorithms by passing algorithm objects[ #512 ] ( https://github.com/jwt/ruby-jwt/pull/512 ) ([ @anakinj ] ( https://github.com/anakinj ) ).
710- Support descriptive (not key related) JWK parameters[ #520 ] ( https://github.com/jwt/ruby-jwt/pull/520 ) ([ @bellebaum ] ( https://github.com/bellebaum ) ).
811- Support for JSON Web Key Sets[ #525 ] ( https://github.com/jwt/ruby-jwt/pull/525 ) ([ @bellebaum ] ( https://github.com/bellebaum ) ).
912- Support HMAC keys over 32 chars when using RbNaCl[ #521 ] ( https://github.com/jwt/ruby-jwt/pull/521 ) ([ @anakinj ] ( https://github.com/anakinj ) ).
10- - Your contribution here
1113
1214** Fixes and enhancements:**
1315
1416- Raise descriptive error on empty hmac_secret and OpenSSL 3.0/openssl gem <3.0.1[ #530 ] ( https://github.com/jwt/ruby-jwt/pull/530 ) ([ @jonmchan ] ( https://github.com/jonmchan ) ).
15- - Your contribution here
1617
1718## [ v2.5.0] ( https://github.com/jwt/ruby-jwt/tree/v2.5.0 ) (2022-08-25)
1819
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module VERSION
1111 # major version
1212 MAJOR = 2
1313 # minor version
14- MINOR = 5
14+ MINOR = 6
1515 # tiny version
1616 TINY = 0
1717 # alpha, beta, etc. tag
You can’t perform that action at this time.
0 commit comments