Skip to content

Commit be420c4

Browse files
committed
fixup! feat: add PoC permission and role
1 parent bbeec5d commit be420c4

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@ Unreleased
1616

1717
*
1818

19+
20+
0.20.1 - 2026-02-05
21+
********************
22+
23+
Added
24+
=====
25+
26+
* Add PoF role and permissions for the advanced course settings section
27+
1928
0.20.0 - 2025-11-27
2029
********************
2130

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__ = "0.20.0"
7+
__version__ = "0.20.1"
88

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

0 commit comments

Comments
 (0)