We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c3bfd commit 58a5a8bCopy full SHA for 58a5a8b
2 files changed
CHANGELOG.rst
@@ -14,6 +14,15 @@ Change Log
14
Unreleased
15
**********
16
17
+0.15.1 - 2025-11-12
18
+********************
19
+
20
+Added
21
+=====
22
23
+* Handle cache invalidation via Django cache with a timestamp comparison to ensure policy reloads
24
+ occur only when necessary.
25
26
0.15.0 - 2025-11-11
27
********************
28
openedx_authz/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = "0.15.0"
+__version__ = "0.15.1"
8
9
ROOT_DIRECTORY = os.path.dirname(os.path.abspath(__file__))
0 commit comments