Skip to content

Commit 4bbdd8a

Browse files
authored
Prepare release 3.2.2 (#42)
1 parent 8e9d9eb commit 4bbdd8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

VERSION_HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## `jwt-go` Version History
22

3+
#### 3.2.2
4+
5+
* Starting from this release, we are adopting the policy to support the most 2 recent versions of Go currently available. By the time of this release, this is Go 1.15 and 1.16 ([#28](https://github.com/golang-jwt/jwt/pull/28)).
6+
* Fixed a potential issue that could occur when the verification of `exp`, `iat` or `nbf` was not required and contained invalid contents, i.e. non-numeric/date. Thanks for @thaJeztah for making us aware of that and @giorgos-f3 for originally reporting it to the formtech fork ([#40](https://github.com/golang-jwt/jwt/pull/40)).
7+
* Added support for EdDSA / ED25519 ([#36](https://github.com/golang-jwt/jwt/pull/36)).
8+
* Optimized allocations ([#33](https://github.com/golang-jwt/jwt/pull/33)).
9+
310
#### 3.2.1
411

512
* **Import Path Change**: See MIGRATION_GUIDE.md for tips on updating your code

0 commit comments

Comments
 (0)