Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Nov 7, 2024
2 parents bcf2f10 + 7acda39 commit ba6624b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Release Notes
=============

Version 0.24.2 (Released November 07, 2024)
--------------

- HTTPS youtube URLs (#1795)
- Card bug fixes (#1793)
- upgrade stories & events grid to grid2 (#1792)
- Fixes to address scim-form-keycloak weirdness (#1789)
- Maintain API instructor order (#1783)
- Fix DST issue (#1788)
- Update Node.js to v22 (#1786)
- Update dependency ruff to v0.7.2 (#1785)
- Image and video optimizations (#1769)
- Upgrade to Next.js v15 (#1776)
- Fix issue with hero image causing horizontal scroll (#1777)
- add new learning resource drawer layout (#1711)
- Change frontend to use resource_prices field instead of prices field (#1737)
- move facets first in tab order (#1751)
- Card Accessibility Improvements (#1778)

Version 0.24.1 (Released October 30, 2024)
--------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from main.settings_pluggy import * # noqa: F403
from openapi.settings_spectacular import open_spectacular_settings

VERSION = "0.24.1"
VERSION = "0.24.2"

log = logging.getLogger()

Expand Down

0 comments on commit ba6624b

Please sign in to comment.