diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c20e4a13..52c48bf5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,14 @@ Change Log Unreleased ~~~~~~~~~~ +[9.2.0] + +* Add discussion reference to comments and responses xAPI events + +[9.1.0] + +* Add python 3.11 and 3.12 support + [9.0.1] * Fix an issue with the event routing backend async task to not find the event-tracking backend. diff --git a/event_routing_backends/__init__.py b/event_routing_backends/__init__.py index 84f7966f..793994cc 100644 --- a/event_routing_backends/__init__.py +++ b/event_routing_backends/__init__.py @@ -2,4 +2,4 @@ Various backends for receiving edX LMS events.. """ -__version__ = '9.1.0' +__version__ = '9.2.0'