Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Change Log
Unreleased
__________

[11.2.1] - 2026-07-21
---------------------

Changed
~~~~~~~

* Upgraded Python requirements to their latest compatible versions.
* Pinned GitHub Actions workflows to full commit SHAs.
* Bumped ``actions/checkout``, ``actions/setup-python``, and ``codecov/codecov-action`` to their latest major versions.

[11.2.0] - 2026-04-20
---------------------

Expand Down
2 changes: 1 addition & 1 deletion openedx_events/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
more information about the project.
"""

__version__ = "11.2.0"
__version__ = "11.2.1"