diff --git a/RELEASE.rst b/RELEASE.rst index 7db0ff0397..7c36d22676 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,23 @@ Release Notes ============= +Version 0.13.21 (Released July 17, 2024) +--------------- + +- Unit Detail Banner Updates (#1272) +- Shanbady/clicking item routes away from list fix (#1280) +- adding migrations for copy update (#1276) +- Shanbady/ingest sloan events (#1270) +- fix keyboard drag and drop (#1279) +- Use newer Learning Resource list cards in Learning Paths lists (#1256) +- Improve offeror api performance (#1274) +- Shanbady/clicking item routes away from list (#1273) +- refactor profile and onboarding (#1266) +- add a story showing platform logos (#1277) +- Add profile option for silky to settings (#1271) +- Take is_enrollable attribute into account for publish status of edx resources (#1264) +- Update react monorepo to v18.3.1 (#874) + Version 0.13.20 (Released July 17, 2024) --------------- diff --git a/main/settings.py b/main/settings.py index 9a2490e7ed..583a5f6b7d 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.13.20" +VERSION = "0.13.21" log = logging.getLogger()