Skip to content

Commit

Permalink
Merge branch 'release' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Aug 13, 2024
2 parents cbea61c + b4d90de commit dd2992a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Release Notes
=============

Version 0.16.0 (Released August 13, 2024)
--------------

- Update values of hostnames to use learn.mit.edu (#1401)
- Add featured ranks to the opensearch index (#1381)
- Fix homepage contrast issues (#1371)
- copy update for mitx channel page (#1400)
- Update Yarn to v4.4.0 (#1399)
- Update search term event handler to clear page if the term changes and is submitted, updating tests for this (#1387)
- fix prettier and eslint in pre-commit (#1391)
- Rename MIT Open to MIT Learn for subscription emails (#1390)
- enable mailgun and analytics (#1370)
- update suppport email (#1385)
- Update topic boxes to support multiple lines (#1380)
- Update dependency Django to v4.2.15 [SECURITY] (#1384)
- adding version specifier for renovate (#1378)
- Create, Edit and Delete User List modal UI (#1356)

Version 0.15.1 (Released August 07, 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.15.1"
VERSION = "0.16.0"

log = logging.getLogger()

Expand Down

0 comments on commit dd2992a

Please sign in to comment.