Skip to content

Commit aca374a

Browse files
committed
Merge branch 'release'
2 parents 48cbded + f8900c2 commit aca374a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

RELEASE.rst

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

4+
Version 0.125.8 (Released August 11, 2025)
5+
---------------
6+
7+
- remove id requirement from program enrollment listing view (#2862)
8+
- Add APIs and updates to middleware to process Keycloak organizations (#2851)
9+
- 7924 add b2b data and filtering to course enrollments apis (#2849)
10+
- Adding some missing steps for keycloak setup (#2860)
11+
- fix course creation in configure_instance (#2856)
12+
- Fix feature item flaky test test_home_page_featured_products_sorting (#2850)
13+
- Add a count of updated coupons (#2846)
14+
- Remove Heroku github actions (#2847)
15+
416
Version 0.125.7 (Released August 06, 2025)
517
---------------
618

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from main.sentry import init_sentry
3737
from openapi.settings_spectacular import open_spectacular_settings
3838

39-
VERSION = "0.125.7"
39+
VERSION = "0.125.8"
4040

4141
log = logging.getLogger()
4242

0 commit comments

Comments
 (0)