From 05b5b49e2d6c6550df870f347edff89d55d361a6 Mon Sep 17 00:00:00 2001 From: Doof Date: Tue, 6 Aug 2024 18:45:37 +0000 Subject: [PATCH 1/2] Release 0.15.1 --- RELEASE.rst | 20 ++++++++++++++++++++ main/settings.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 66f5c7305d..370ef5ef0b 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,26 @@ Release Notes ============= +Version 0.15.1 +-------------- + +- Update dependency redis to v5 (#1244) +- sort before comparing (#1372) +- Rename my 0008 to 0009 to prevent conflict (#1374) +- Add Manufacturing topic; update upserter to make adding child topics easier (#1364) +- Publish topic channels based on resource count (#1349) +- Update dependency opensearch-dsl to v2 (#1242) +- Update dependency opensearch-py to v2 (#1243) +- Fix issue with User List cards not updating on edit (#1361) +- Update dependency django-anymail to v11 (#1207) +- Update CI to check data migrations for conflicts (#1368) +- Fix frontend sentry configuration (#1362) +- Migrate config renovate.json (#1367) +- Update dependency sentry-sdk to v2 [SECURITY] (#1366) +- add a bullet about collecting demographics to PrivacyPage.tsx (#1355) +- user list UI updates (#1348) +- Subscription email template updates (#1311) + Version 0.15.0 (Released August 05, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index b5a6dbce1b..bd66e52f93 100644 --- a/main/settings.py +++ b/main/settings.py @@ -33,7 +33,7 @@ from main.settings_pluggy import * # noqa: F403 from openapi.settings_spectacular import open_spectacular_settings -VERSION = "0.15.0" +VERSION = "0.15.1" log = logging.getLogger() From a7ad5edfb72ade7c82f61017ea95b0994ce029fe Mon Sep 17 00:00:00 2001 From: Doof Date: Wed, 7 Aug 2024 18:31:48 +0000 Subject: [PATCH 2/2] Release date for 0.15.1 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 370ef5ef0b..9f5658c4fb 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.15.1 +Version 0.15.1 (Released August 07, 2024) -------------- - Update dependency redis to v5 (#1244)