Skip to content

Commit 1df8df9

Browse files
Update CHANGELOG for v5.0.0 (jazzband#476)
* Bump version to 5.0.0 and other commits Co-authored-by: Andrew Chen Wang <[email protected]>
1 parent 43d5b2f commit 1df8df9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## Unreleased
22

3+
## Version 5.0.0
4+
5+
#### Breaking
6+
7+
* Set BLACKLIST_AFTER_ROTATION by default to False ([#455](https://github.com/jazzband/djangorestframework-simplejwt/pull/455))
8+
9+
#### Updates
10+
11+
* Remove verify from jwt.decode to follow PyJWT v2.2.0 ([#472](https://github.com/jazzband/djangorestframework-simplejwt/pull/472))
12+
* Updated import list ([#459](https://github.com/jazzband/djangorestframework-simplejwt/pull/459))
13+
* Repair generation of OpenAPI with Spectacular ([#452](https://github.com/jazzband/djangorestframework-simplejwt/pull/452))
14+
* Add "iat" claim to token ([#192](https://github.com/jazzband/djangorestframework-simplejwt/pull/192))
15+
* Add blacklist view to log out users ([#306](https://github.com/jazzband/djangorestframework-simplejwt/pull/306))
16+
* updated import list in docs ([#459](https://github.com/jazzband/djangorestframework-simplejwt/pull/459))
17+
318
## Version 4.8.0
419

520
* Add integration instructions for drf-yasg ([#145](https://github.com/jazzband/djangorestframework-simplejwt/pull/145))

0 commit comments

Comments
 (0)