Skip to content

Commit 58a5a8b

Browse files
committed
squash!: Update Changelog and version
1 parent 91c3bfd commit 58a5a8b

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
@@ -14,6 +14,15 @@ Change Log
1414
Unreleased
1515
**********
1616

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+
1726
0.15.0 - 2025-11-11
1827
********************
1928

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.15.0"
7+
__version__ = "0.15.1"
88

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

0 commit comments

Comments
 (0)