diff --git a/CHANGES.rst b/CHANGES.rst index c3bebb1fa..926c12b87 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,10 @@ Changes ======= +Version 10.4.2 (released 2024-05-08) + +- iiif: resolve relative tiles storage against instance path + Version 10.4.1 (released 2024-05-07) - grants: add new endpoint to grant access to records by groups diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index 7e3821dca..092c2885c 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRDMRecords -__version__ = "10.4.1" +__version__ = "10.4.2" __all__ = ("__version__", "InvenioRDMRecords")