We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18a515 commit 1a3d041Copy full SHA for 1a3d041
2 files changed
CHANGELOG.rst
@@ -16,6 +16,14 @@ Unreleased
16
17
*
18
19
+0.7.0 - 2025-10-23
20
+******************
21
+
22
+Added
23
+=====
24
25
+* Initial migration to establish dependency on casbin_adapter for automatic CasbinRule table creation.
26
27
0.6.0 - 2025-10-22
28
******************
29
openedx_authz/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = "0.6.0"
+__version__ = "0.7.0"
8
9
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments