Skip to content

Commit 5b6628a

Browse files
committed
feat: bump version to 1.20.0 for optional-scope action validation
1 parent ae6d992 commit 5b6628a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.rst

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

17+
1.20.0 - 2026-07-01
18+
*******************
19+
20+
Added
21+
=====
22+
23+
* Make ``scope`` optional when validating actions: the permission validation API and
24+
``/permissions/validate/me`` endpoint now allow checking whether a user holds a
25+
permission in any scope (via ``is_user_allowed_in_any_scope``) when no scope is provided.
26+
1727
1.19.0 - 2026-06-17
1828
*******************
1929

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.19.0"
7+
__version__ = "1.20.0"
88

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

0 commit comments

Comments
 (0)