From 55a53e1d02d47af22125254bfa62006e7a7f65de Mon Sep 17 00:00:00 2001 From: jbpenrath Date: Thu, 7 Dec 2023 15:27:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(chore)=20bump=20to=20version=200.5?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added - Bind user permissions into the claim of the JWT Token (is_active, is_staff, is_superuser) Fixed - Return logged in user information even if the user is not active --- CHANGELOG.md | 5 ++++- setup.cfg | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0ede34..6f78475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.5.0] - 2023-12-07 + ### Added - Bind user permissions into the claim of the JWT Token @@ -54,7 +56,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). `API Blueprint `\_). -[unreleased]: https://github.com/openfun/fonzie/compare/v0.4.0...master +[unreleased]: https://github.com/openfun/fonzie/compare/v0.5.0...master +[0.5.0]: https://github.com/openfun/fonzie/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/openfun/fonzie/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/openfun/fonzie/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/openfun/fonzie/compare/v0.2.0...v0.2.1 diff --git a/setup.cfg b/setup.cfg index 28cd0e4..28ecc1b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ;; [metadata] name = fonzie -version = 0.4.0 +version = 0.5.0 description = A FUN API for Open edX long_description = file: README.rst author = Open FUN (France Universite Numerique)