Skip to content

Commit f5ea51e

Browse files
committed
Release 0.68.5
1 parent dd95d1a commit f5ea51e

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

RELEASE.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Release Notes
22
=============
33

4+
Version 0.68.5
5+
--------------
6+
7+
- dashboard refactor phase 5 - extract b2b contract dashboard hooks (#3355)
8+
- Fix ordering for mitxonline programs (#3360)
9+
- fix run matching (#3365)
10+
- feat: add PostHog tracking for onboarding CTA interactions (#3362)
11+
- Dashboard Refactor, useProgramDashboardData (#3356)
12+
- Fix eslint config to ignore node_modules (#3359)
13+
- refactor: make our internally-authored content editing more generic ( First Part) (#3332)
14+
415
Version 0.68.3 (Released May 19, 2026)
516
--------------
617

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
from main.settings_pluggy import * # noqa: F403
3636
from openapi.settings_spectacular import open_spectacular_settings
3737

38-
VERSION = "0.68.3"
38+
VERSION = "0.68.5"
3939

4040
log = logging.getLogger()
4141

0 commit comments

Comments
 (0)