File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- # Changelog
4-
5- ## [ v2.8.0] ( https://github.com/jwt/ruby-jwt/tree/v2.8.0 ) (NEXT)
3+ ## [ v2.7.1] ( https://github.com/jwt/ruby-jwt/tree/v2.8.0 ) (2023-06-09)
64
75[ Full Changelog] ( https://github.com/jwt/ruby-jwt/compare/v2.7.0...v2.8.0 )
86
9- ** Features:**
10-
11- - Your contribution here
12-
137** Fixes and enhancements:**
148
159- Handle invalid algorithm when decoding JWT [ #559 ] ( https://github.com/jwt/ruby-jwt/pull/559 ) - [ @nataliastanko ] ( https://github.com/nataliastanko )
1610- Do not raise error when verifying bad HMAC signature [ #563 ] ( https://github.com/jwt/ruby-jwt/pull/563 ) - [ @hieuk09 ] ( https://github.com/hieuk09 )
17- - Your contribution here
1811
1912## [ v2.7.0] ( https://github.com/jwt/ruby-jwt/tree/v2.7.0 ) (2023-02-01)
2013
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module VERSION
1313 # minor version
1414 MINOR = 7
1515 # tiny version
16- TINY = 0
16+ TINY = 1
1717 # alpha, beta, etc. tag
1818 PRE = nil
1919
You can’t perform that action at this time.
0 commit comments