mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
v14.2.3 (2022-12-06)
- [Security] Fix rotation of JWT tokens for disabled users. (by @regisb)
This commit is contained in:
parent
143b656e83
commit
3772bda438
@ -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)
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
- [Security] Fix rotation of JWT tokens for disabled users. (by @regisb)
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user