From 571042a871166032a1f990d450acd1f0d1ee60e4 Mon Sep 17 00:00:00 2001 From: Doof Date: Tue, 20 Aug 2024 13:53:56 +0000 Subject: [PATCH] Release 0.99.0 --- RELEASE.rst | 11 +++++++++++ main/settings.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 75fbe66d7e..47ed6fa867 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,17 @@ Release Notes ============= +Version 0.99.0 +-------------- + +- Revert "Update nginx Docker tag to v1.27" (#2352) +- Add Go To Course button (#2349) +- Add availability to Courses API endpoint (#2308) +- Generate certificates twice a day (#2348) +- Add time_commitment and durations to the courses api (#2334) +- Update dependency django-anymail to v11 (#2341) +- Update redis Docker tag to v6.2.14 (#2346) + Version 0.98.14 (Released August 15, 2024) --------------- diff --git a/main/settings.py b/main/settings.py index 5aab2933e4..77df7dc1ab 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.98.14" +VERSION = "0.99.0" log = logging.getLogger()