v14.2.3 (2022-12-06)

- [Security] Fix rotation of JWT tokens for disabled users. (by @regisb)
This commit is contained in:
Régis Behmo 2022-12-06 14:03:34 +01:00
parent 143b656e83
commit 3772bda438
3 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,11 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-14.2.3'></a>
## v14.2.3 (2022-12-06)
- [Security] Fix rotation of JWT tokens for disabled users. (by @regisb)
<a id='changelog-14.2.2'></a>
## v14.2.2 (2022-11-29)

View File

@ -1 +0,0 @@
- [Security] Fix rotation of JWT tokens for disabled users. (by @regisb)

View File

@ -2,7 +2,7 @@ import os
# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
__version__ = "14.2.2"
__version__ = "14.2.3"
# The version suffix will be appended to the actual version, separated by a
# dash. Use this suffix to differentiate between the actual released version and