Skip to content

Commit 3f18e80

Browse files
committed
docs: bump version and update changelog/ADR for openedx#369
Every merged PR in this repo bumps __version__ and adds a CHANGELOG.rst entry (feat -> minor bump, per semver); this PR was missing both. Also update the "extending Scope" section of the architecture ADR (0005), which still described the old per-subclass get_or_create_for_external_key() contract instead of the current LINKED_OBJECT_FIELD/external_key_for_object() one.
1 parent f64b8a7 commit 3f18e80

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ Change Log
1414
Unreleased
1515
**********
1616

17-
1.21.2 - 2026-07-29
17+
1.22.0 - 2026-07-30
1818
*******************
1919

20-
Fixed
20+
Added
2121
=====
2222

23-
* Exclude superadmin entries from the user-specific assignments endpoint following the same pattern as the global assignments endpoint.
23+
* Role assignment now succeeds for a course/library scope key before its CourseOverview/ContentLibrary
24+
exists, and links up automatically once the object is created. (#369)
2425

2526
1.21.1 - 2026-07-24
2627
*******************

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.21.2"
7+
__version__ = "1.22.0"
88

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

0 commit comments

Comments
 (0)