diff --git a/RELEASE.rst b/RELEASE.rst index aa74b97796..b473234a97 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,15 @@ Release Notes ============= +Version 0.82.0 +-------------- + +- Wraps the program cards (which are in a `ul`) in a `li` tag (#2013) +- Mobile redesign: add course and program counts (#2011) +- Accessibility: make CourseInfoBox discoverable (#2010) +- Accessibility: Make label visible to screen reader (#2004) +- Catalog Page: updating header and list elements (#2005) + Version 0.81.0 (Released November 29, 2023) -------------- diff --git a/main/settings.py b/main/settings.py index eab7f66038..bed645b7d0 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.81.0" +VERSION = "0.82.0" log = logging.getLogger()