Skip to content

Commit

Permalink
Release 0.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Aug 20, 2024
1 parent fbb3ced commit 571042a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release Notes
=============

Version 0.99.0
--------------

- Revert "Update nginx Docker tag to v1.27" (#2352)
- Add Go To Course button (#2349)
- Add availability to Courses API endpoint (#2308)
- Generate certificates twice a day (#2348)
- Add time_commitment and durations to the courses api (#2334)
- Update dependency django-anymail to v11 (#2341)
- Update redis Docker tag to v6.2.14 (#2346)

Version 0.98.14 (Released August 15, 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.98.14"
VERSION = "0.99.0"

log = logging.getLogger()

Expand Down

0 comments on commit 571042a

Please sign in to comment.