diff --git a/CHANGES.rst b/CHANGES.rst index ece35ac37..0032d076f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,11 +11,8 @@ Changes ======= -Version 10.6.0 (released 2024-05-22) -- pids: prevent creating pids for restricted records -- pids: restrict updating permission levels for records based on a grace period - Version 10.5.0 (released 2024-05-21) + - iiif: add PyVIPS support for PDF thumnbail rendering Version 10.4.3 (released 2024-05-17) diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index 3d2c45dd6..b428ca55b 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRDMRecords -__version__ = "10.6.0" +__version__ = "10.5.0" __all__ = ("__version__", "InvenioRDMRecords")