Skip to content

Commit 0184ddd

Browse files
author
Tycho Hob
committed
chore: Bump version, update changelog
1 parent 58d4fc4 commit 0184ddd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Change Log
1414
Unreleased
1515
**********
1616

17+
1.3.0 2026-04-08
18+
****************
19+
20+
* Add stub CCX_COACH role/ CCXCourseOverviewData scope to prevent errors when working with CCX courses.
1721
* Add ADR for global scope support for role assignments.
1822

1923
1.2.0 - 2026-03-30

openedx_authz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
import os
66

7-
__version__ = "1.2.0"
7+
__version__ = "1.3.0"
88

99
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))

0 commit comments

Comments
 (0)