From 558f4ea68253bb133206395c97fafac2ee8a9cdb Mon Sep 17 00:00:00 2001 From: Doof Date: Mon, 29 Jan 2024 21:12:18 +0000 Subject: [PATCH] Release 0.225.0 --- RELEASE.rst | 8 ++++++++ open_discussions/settings.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 466243d9a9..b55336f21d 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,14 @@ Release Notes ============= +Version 0.225.0 +--------------- + +- Handle multiple prefixes in ocw webhook endpoint (#4251) +- 4247: Migrate Django users to Keycloak (#4248) +- fix(deps): update dependency axios to v1 [security] (#4245) +- fix(deps): update dependency django to v4.1.13 [security] (#4242) + Version 0.224.3 (Released October 23, 2023) --------------- diff --git a/open_discussions/settings.py b/open_discussions/settings.py index 7073b65f5d..642669454d 100644 --- a/open_discussions/settings.py +++ b/open_discussions/settings.py @@ -32,7 +32,7 @@ from open_discussions.settings_course_etl import * from open_discussions.settings_spectacular import open_spectacular_settings -VERSION = "0.224.3" +VERSION = "0.225.0" log = logging.getLogger()