Skip to content

Commit 548ba3f

Browse files
committed
Merge branch 'release'
2 parents 899dd36 + 3ac8c60 commit 548ba3f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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.117.0 (Released May 20, 2025)
5+
---------------
6+
7+
- Remove configure hubspot command (#2667)
8+
- Add missing ALLOWED_REDIRECT_HOSTS variable (#2666)
9+
- config: Allow bypassing SSL redirect for health checks
10+
- B2B Provisioning: Create enrollment codes when contracts are in place (#2654)
11+
- refactor: Remove syslog logging handler (#2663)
12+
- Filter courses based on orgs for user (#2657)
13+
- Add API key for B2B data (#2660)
14+
415
Version 0.116.1 (Released May 19, 2025)
516
---------------
617

main/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
from main.sentry import init_sentry
3434
from openapi.settings_spectacular import open_spectacular_settings
3535

36-
VERSION = "0.116.1"
36+
VERSION = "0.117.0"
3737

3838
log = logging.getLogger()
3939

0 commit comments

Comments
 (0)