Skip to content

Commit d783720

Browse files
anakinjexcpt
authored andcommitted
Release v2.4.1
1 parent 6d5477d commit d783720

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# 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)
28

39
## [v2.4.0](https://github.com/jwt/ruby-jwt/tree/v2.4.0) (2022-06-06)
410

lib/jwt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module VERSION
1313
# minor version
1414
MINOR = 4
1515
# tiny version
16-
TINY = 0
16+
TINY = 1
1717
# alpha, beta, etc. tag
1818
PRE = nil
1919

0 commit comments

Comments
 (0)