Skip to content

Commit 9d7c26b

Browse files
committed
chore: bump version to 1.6.0 and update CHANGELOG
1 parent 39b4a9c commit 9d7c26b

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Change Log
1414
Unreleased
1515
**********
1616

17+
1.11.0 - 2026-04-13
18+
*******************
19+
20+
Added
21+
=====
22+
23+
* Add bulk scope support to ``PUT /api/authz/v1/roles/users/``: accept a ``scopes`` list field to assign a role across multiple scopes in a single request, while keeping backward compatibility with the existing single ``scope`` field.
24+
1725
1.10.0 - 2026-04-16
1826
*******************
1927

@@ -23,7 +31,7 @@ Added
2331
* Add ``scopes/`` endpoint to list all scopes (courses and libraries), sorted by org, with search and pagination support.
2432

2533
1.9.0 - 2026-04-14
26-
******************
34+
*******************
2735

2836
Added
2937
=====

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.10.0"
7+
__version__ = "1.11.0"
88

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

0 commit comments

Comments
 (0)