diff --git a/CHANGES.rst b/CHANGES.rst index d8e6e03..73fa611 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,10 @@ Changes ======= +Version v2.0.2 (released 2025-02-24) + +- fix: copyright headers + Version v2.0.1 (released 2025-02-24) - fix: flask changed from APP_ALLOWED_HOSTS to TRUSTED_HOSTS diff --git a/invenio_rest/__init__.py b/invenio_rest/__init__.py index 167bd3e..f010e00 100644 --- a/invenio_rest/__init__.py +++ b/invenio_rest/__init__.py @@ -196,6 +196,6 @@ from .ext import InvenioREST from .views import ContentNegotiatedMethodView -__version__ = "2.0.1" +__version__ = "2.0.2" __all__ = ("__version__", "csrf", "InvenioREST", "ContentNegotiatedMethodView")