Skip to content

Commit

Permalink
chore: bump version to 9.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Feb 12, 2024
1 parent ea9130a commit bbb2efe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Change Log
Unreleased
----------

[9.5.1] - 2024-02-12
--------------------
Changed
~~~~~~~
* Fixed recursion error when consuming events on the same service that produced them.

[9.5.0] - 2024-02-07
--------------------
Added
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__ = "9.5.0"
__version__ = "9.5.1"

0 comments on commit bbb2efe

Please sign in to comment.