diff --git a/RELEASE.rst b/RELEASE.rst index 3fa0f31b6f..232a59686e 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,20 @@ Release Notes ============= +Version 0.14.4 (Released July 31, 2024) +-------------- + +- fix bug (#1340) +- dev mode (#1333) +- Updated designs for the unit page (#1325) +- Avoid course overwrites in program ETL pipelines (#1332) +- Assign mitxonline certificate type from api values (#1335) +- add default yearly_decay_percent (#1330) +- Modal dialog component and styles +- tab widths (#1309) +- Resource availability: backend changes (#1301) +- styling and icon updates (#1316) + Version 0.14.3 (Released July 29, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index fbbecff6b2..fa97bae638 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.3" +VERSION = "0.14.4" log = logging.getLogger()