diff --git a/CHANGES.rst b/CHANGES.rst index 646552fe9..c8d8ca207 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,10 @@ Changes ======= +Version 2.0.0rc5 (released 2024-02-21) + +- facets: fix range query + Version 2.0.0rc4 (released 2024-02-19) - stats: emit custom signal for file download diff --git a/invenio_app_ils/__init__.py b/invenio_app_ils/__init__.py index a66eb66d3..567384883 100644 --- a/invenio_app_ils/__init__.py +++ b/invenio_app_ils/__init__.py @@ -7,6 +7,6 @@ """invenio-app-ils.""" -__version__ = "2.0.0rc4" +__version__ = "2.0.0rc5" __all__ = ("__version__",)