We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627b952 commit d4863ccCopy full SHA for d4863cc
2 files changed
CHANGELOG.rst
@@ -14,6 +14,14 @@ Change Log
14
Unreleased
15
**********
16
17
+0.16.0 - 2025-11-14
18
+********************
19
+
20
+Added
21
+=====
22
23
+* Migration to transfer legacy permissions from ContentLibraryPermission to the new Casbin-based authorization model.
24
25
0.15.0 - 2025-11-11
26
********************
27
openedx_authz/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = "0.15.0"
+__version__ = "0.16.0"
8
9
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments