Skip to content

Commit 03cfa1e

Browse files
committed
chore: bump version to 1.1.0
1 parent 8cad408 commit 03cfa1e

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.rst

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

17+
1.1.0 - 2026-03-17
18+
******************
19+
20+
Added
21+
=====
22+
23+
* Add support for organization global scopes.
24+
25+
1.0.0 - 2026-03-13
26+
******************
27+
28+
Removed
29+
=======
30+
31+
* Dropped support for Python 3.11.
32+
1733
0.23.0 - 2026-02-18
1834
********************
1935

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.0.0"
7+
__version__ = "1.1.0"
88

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

0 commit comments

Comments
 (0)