diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a4537ce4..ed9559f0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 --------------------- diff --git a/openedx_events/__init__.py b/openedx_events/__init__.py index bbb4c8a3..dd65df95 100644 --- a/openedx_events/__init__.py +++ b/openedx_events/__init__.py @@ -5,4 +5,4 @@ more information about the project. """ -__version__ = "11.2.0" +__version__ = "11.2.1"