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 Jul 18, 2024
2 parents 78892e1 + 8ddc6df commit 92c34c0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
=============

Version 0.98.0 (Released July 18, 2024)
--------------

- Clarify enrollable run (#2285)
- Update Node.js to v17.9.1 (#2293)
- Update react monorepo (#2292)
- Update dependency video.js to v7.21.6 (#2291)
- Update dependency react-markdown to v8.0.7 (#2290)
- Update dependency postcss to v8.4.39 (#2289)
- Update dependency chai-as-promised to v7.1.2 (#2288)
- Update eslint-config and friends (#2282)

Version 0.97.3 (Released July 11, 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.97.3"
VERSION = "0.98.0"

log = logging.getLogger()

Expand Down

0 comments on commit 92c34c0

Please sign in to comment.