diff --git a/CHANGES.rst b/CHANGES.rst index a9ced4b3b..ea6a48ab0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,11 @@ Changes ======= +Version 4.38.3 (2023-10-30) + +- oaiserver: fix record loading for db results +- tests: add OAI endpoint tests + Version 4.38.2 (2023-10-27) - datacite: fix related identifiers serialization. diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index 3c8583ec9..97f3e2e4d 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRDMRecords -__version__ = "4.38.2" +__version__ = "4.38.3" __all__ = ("__version__", "InvenioRDMRecords")