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 May 23, 2024
2 parents 7e35c6d + 8ce1aa3 commit a1b18a9
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.94.0 (Released May 23, 2024)
--------------

- Fix syncing hubspot user (#2219)
- fix dates on in_progress_course (#2216)
- Admin: filtering certificates by course and program (#2215)
- Update feature flag fetch (#2213)
- Revert "fix dates on in_progress_course"
- fix dates on in_progress_course
- 3783: dedp course certificates in hubspot (#2193)
- Add ol-django olposthog app (#2211)

Version 0.93.3 (Released May 20, 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.93.3"
VERSION = "0.94.0"

log = logging.getLogger()

Expand Down

0 comments on commit a1b18a9

Please sign in to comment.