From eeed21751c6c7492cf1204f3419926a8749e5c31 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Tue, 9 Jul 2024 20:11:08 +0200 Subject: [PATCH] docs(changelog): bump to 5.0.0, add token warning I've increased the version to major, as this kind of a big change asks for one. Fixes https://github.com/jazzband/django-rest-knox/issues/357 --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd1b34..c7db593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -## 4.3.0 +## 5.0.0 +- Tokens created prior to this release will no longer work - Fix migration reverse flow, enable migrate 0 - Various documentation fixes and improvements - Drop `cryptography` in favor of hashlib