We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46a7b0 commit fd2d3deCopy full SHA for fd2d3de
CHANGELOG.md
@@ -18,6 +18,8 @@ Every user-facing change should have an entry in this changelog. Please respect
18
19
## Unreleased
20
21
+## v14.1.2 (2022-11-02)
22
+
23
- [Security] Fix edx-platform XSS vulnerability on "next" parameter. (by @regisb)
24
25
## v14.1.1 (2022-10-25)
tutor/__about__.py
@@ -2,7 +2,7 @@
2
3
# Increment this version number to trigger a new release. See
4
# docs/tutor.html#versioning for information on the versioning scheme.
5
-__version__ = "14.1.1"
+__version__ = "14.1.2"
6
7
# The version suffix will be appended to the actual version, separated by a
8
# dash. Use this suffix to differentiate between the actual released version and
0 commit comments