diff --git a/RELEASE.rst b/RELEASE.rst index 81c785dda6..e5bd2e4e3f 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,18 @@ Release Notes ============= +Version 0.94.0 (Released May 23, 2024) +-------------- + +- Fix syncing hubspot user (#2219) +- fix dates on in_progress_course (#2216) +- Admin: filtering certificates by course and program (#2215) +- Update feature flag fetch (#2213) +- Revert "fix dates on in_progress_course" +- fix dates on in_progress_course +- 3783: dedp course certificates in hubspot (#2193) +- Add ol-django olposthog app (#2211) + Version 0.93.3 (Released May 20, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 5e74a780b3..6c5f69cbe9 100644 --- a/main/settings.py +++ b/main/settings.py @@ -29,7 +29,7 @@ from main.celery_utils import OffsettingSchedule from main.sentry import init_sentry -VERSION = "0.93.3" +VERSION = "0.94.0" log = logging.getLogger()