diff --git a/RELEASE.rst b/RELEASE.rst index ef68fef2c..a796b699a 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,13 @@ Release Notes ============= +Version 0.122.1 (Released September 19, 2024) +--------------- + +- fix(deps): update dependency express to v4.20.0 [security] +- Bump setuptools from 69.5.1 to 70.0.0 (#1600) +- chore: upgrade redis version in CI (#1589) + Version 0.122.0 (Released August 13, 2024) --------------- diff --git a/main/settings.py b/main/settings.py index 68ec16b46..31b28ae17 100644 --- a/main/settings.py +++ b/main/settings.py @@ -37,7 +37,7 @@ from main.sentry import init_sentry -VERSION = "0.122.0" +VERSION = "0.122.1" ENVIRONMENT = get_string( name="BOOTCAMP_ENVIRONMENT",