diff --git a/RELEASE.rst b/RELEASE.rst index 39d3b587d3..1ac8a029f7 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,16 @@ Release Notes ============= +Version 0.15.0 +-------------- + +- Performance fixes on LR queries (#1303) +- Subscription management page (#1331) +- Add certificate badge to drawer (#1307) +- Lock file maintenance (#1360) +- Update mcr.microsoft.com/playwright Docker tag to v1.45.3 (#1358) +- Update docker.elastic.co/elasticsearch/elasticsearch Docker tag to v7.17.23 (#1357) + Version 0.14.7 (Released August 01, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 487e9a6f14..b5a6dbce1b 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.14.7" +VERSION = "0.15.0" log = logging.getLogger()