We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b8ac0 commit e921577Copy full SHA for e921577
RELEASE.rst
@@ -1,6 +1,13 @@
1
Release Notes
2
=============
3
4
+Version 0.122.0
5
+---------------
6
+
7
+- fix(deps): update dependency wagtail to v5.2.6 [security]
8
+- fix(deps): update dependency urllib3 to v1.26.19 [security]
9
+- fix(deps): update dependency django to v4.2.14 [security]
10
11
Version 0.121.0 (Released August 06, 2024)
12
---------------
13
main/settings.py
@@ -37,7 +37,7 @@
37
from main.sentry import init_sentry
38
39
40
-VERSION = "0.121.0"
+VERSION = "0.122.0"
41
42
ENVIRONMENT = get_string(
43
name="BOOTCAMP_ENVIRONMENT",
0 commit comments