We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3af38a commit c8d40abCopy full SHA for c8d40ab
2 files changed
CHANGELOG.rst
@@ -16,6 +16,14 @@ Unreleased
16
17
*
18
19
+0.18.0 - 2025-11-17
20
+********************
21
+
22
+Added
23
+=====
24
25
+* Migration to transfer legacy permissions from ContentLibraryPermission to the new Casbin-based authorization model.
26
27
0.17.1 - 2025-11-14
28
********************
29
@@ -31,7 +39,6 @@ Added
31
39
=====
32
40
33
41
* Signal to clear policies associated to a user when they are retired.
34
-* Migration to transfer legacy permissions from ContentLibraryPermission to the new Casbin-based authorization model.
35
42
36
43
0.16.0 - 2025-11-13
37
44
openedx_authz/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = "0.17.1"
+__version__ = "0.18.0"
8
9
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments