We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5477d commit d783720Copy full SHA for d783720
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# Changelog
2
+## [v2.4.1](https://github.com/jwt/ruby-jwt/tree/v2.4.1) (2022-06-07)
3
+
4
+**Fixes and enhancements:**
5
+- Raise JWT::DecodeError on invalid signature [\#484](https://github.com/jwt/ruby-jwt/pull/484) ([@freakyfelt!](https://github.com/freakyfelt!)).
6
7
+[Full Changelog](https://github.com/jwt/ruby-jwt/compare/v2.4.0...v2.4.1)
8
9
## [v2.4.0](https://github.com/jwt/ruby-jwt/tree/v2.4.0) (2022-06-06)
10
lib/jwt/version.rb
@@ -13,7 +13,7 @@ module VERSION
13
# minor version
14
MINOR = 4
15
# tiny version
16
- TINY = 0
+ TINY = 1
17
# alpha, beta, etc. tag
18
PRE = nil
19
0 commit comments