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 Sep 3, 2024
2 parents 0a0ade1 + b2be797 commit affa37f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release Notes
=============

Version 0.100.2 (Released September 03, 2024)
---------------

- Update dependency webpack to v5.94.0 [SECURITY] (#2370)
- Fix typo in unenrollment email (#2369)
- Most relevant run should be determined in the backend only (#2363)
- mitxonline dashboard crashes when courserun has no upgrade deadline (#2362)

Version 0.100.1 (Released September 03, 2024)
---------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from main.celery_utils import OffsettingSchedule
from main.sentry import init_sentry

VERSION = "0.100.1"
VERSION = "0.100.2"

log = logging.getLogger()

Expand Down

0 comments on commit affa37f

Please sign in to comment.