Skip to content

Commit

Permalink
Update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Maki committed Oct 25, 2024
1 parent b4652dd commit 4769e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changes
v2 has many incompatibilities with v1. To see the full list of differences between
v1 and v2, please read the Changes-v2.md file (https://github.com/lestrrat-go/jwx/blob/develop/v2/Changes-v2.md)

v2.1.2 UNRELEASED
v2.1.2 25 Oct 2024
* [jwt] `jwt.ParseRequest` now uses %w to embed errors returned from
`jwt.ParseHeader`, `jwt.ParseCookie`, and `jwt.ParseForm`, allowing
users to correctly call `errors.Is(err, jwt.ErrTokenExpired)` and the
Expand Down

0 comments on commit 4769e28

Please sign in to comment.