Skip to content

Commit a0be7a4

Browse files
committed
Merge branch 'release'
2 parents b33fa93 + 44b46c0 commit a0be7a4

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

RELEASE.rst

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

4+
Version 0.68.1 (Released May 19, 2026)
5+
--------------
6+
7+
- split EnrollmentDisplay into HomeEnrollmentsDisplay + ProgramEnrollMentDisplay… (#3341)
8+
- Remove enrollment-dashboard feature flag (#3343)
9+
- feat: Added Program Record Link to Learn Dashboard Program Card . (#3336)
10+
- Update dependency drf-spectacular to >=0.29,<0.30 (#2734)
11+
412
Version 0.68.0 (Released May 13, 2026)
513
--------------
614

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.0"
38+
VERSION = "0.68.1"
3939

4040
log = logging.getLogger()
4141

0 commit comments

Comments
 (0)