diff --git a/CHANGES.rst b/CHANGES.rst index ded9bb3..97ed349 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Changes ======= +Version 5.0.3 (released 2024-02-23) + +- Fixed issue with notifications sending bad data to the service. + Version 5.0.2 (released 2024-02-19) - Added Elasticsearch 7 mappings (not tested) to make deprecation of ES7 diff --git a/invenio_users_resources/__init__.py b/invenio_users_resources/__init__.py index 0a05c5e..03efc8f 100644 --- a/invenio_users_resources/__init__.py +++ b/invenio_users_resources/__init__.py @@ -9,6 +9,6 @@ """Invenio module providing management APIs for users and roles/groups.""" -__version__ = "5.0.2" +__version__ = "5.0.3" __all__ = ("__version__",)