Skip to content

Commit 52fbbba

Browse files
committed
Update changelog
1 parent 063e588 commit 52fbbba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v4.2.0 - 2023-01-26
4+
5+
**Breaking change:** [JWT](github.com/golang-jwt/jwt) has been upgraded to `v5`. Check/test all your code involved with JWT tokens/claims. Search for `github.com/golang-jwt/jwt/v4`
6+
and replace it with `github.com/golang-jwt/jwt/v5`
7+
8+
**Enhancements**
9+
10+
* Upgrade `golang-jwt/jwt` library to `v5` [#9](https://github.com/labstack/echo-jwt/pull/9)
11+
12+
313
## v4.1.0 - 2023-01-26
414

515
**Enhancements**

0 commit comments

Comments
 (0)