Skip to content

Commit bfad1c0

Browse files
committed
squash!: Update CHANGELOG and version
1 parent 7eb3955 commit bfad1c0

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ Change Log
1414
Unreleased
1515
**********
1616

17+
1.3.0 - 2026-04-07
18+
******************
19+
1720
* Add ADR for global scope support for role assignments.
21+
* Add ``orgs/`` endpoint to list and search orgs, with pagination, as required for filters in the Admin Console.
1822

1923
1.2.0 - 2026-03-30
2024
******************

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__ = "1.2.0"
7+
__version__ = "1.3.0"
88

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

0 commit comments

Comments
 (0)