Skip to content

Commit 96bb3f1

Browse files
committed
chore: bump version to 1.6.0 and update CHANGELOG
1 parent 34e76de commit 96bb3f1

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

17+
1.10.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.9.0 - 2026-04-14
18-
******************
26+
*******************
1927

2028
Added
2129
=====

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.9.0"
7+
__version__ = "1.10.0"
88

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

0 commit comments

Comments
 (0)