Skip to content

Commit 019d9eb

Browse files
chore: update changelog
1 parent 754e553 commit 019d9eb

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ Change Log
1616
Unreleased
1717
__________
1818

19+
[11.2.0] - 2026-04-20
20+
---------------------
21+
22+
Added
23+
~~~~~
24+
25+
* New module openedx_events/authz with ROLE_ASSIGNMENT_CREATED and
26+
ROLE_ASSIGNMENT_DELETED events.
27+
* ADR-0018 documents the decision to use dedicated top-level modules for
28+
supporting subdomains, with authz module recognized as a prior instance of the
29+
same concept in https://github.com/openedx/openedx-events/pull/230
30+
1931

2032
[11.1.1] - 2026-04-06
2133
---------------------

openedx_events/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
more information about the project.
66
"""
77

8-
__version__ = "11.1.1"
8+
__version__ = "11.2.0"

0 commit comments

Comments
 (0)