diff --git a/RELEASE.rst b/RELEASE.rst index 02d1b7bff2..8f687fa03a 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,22 @@ Release Notes ============= +Version 0.26.1 +-------------- + +- Update Yarn to v4.5.3 (#1865) +- fix certification type none display (#1873) +- fix card line clamping (#1871) +- Update dependency eslint-plugin-react-hooks to v5 (#1817) +- Update dependency eslint-plugin-testing-library to v7 (#1856) +- v2 drawer qa adjustments (#1850) +- Fixes issue with learning path membership being called for non-admins (#1864) +- Consolidate qdrant functionality into its own app (#1860) +- Revert "Server rendering for homepage, units and topics listing pages (#1847)" (#1866) +- Filter out content type on similar resources endpoint (#1863) +- Select random hero image index on server (#1859) +- returnning all resource types for similar (#1849) + Version 0.26.0 (Released November 26, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 152c676bc4..a51ed3fc74 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.26.0" +VERSION = "0.26.1" log = logging.getLogger()