diff --git a/CHANGES.rst b/CHANGES.rst index 267e6c8a8..0613e6d80 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,14 @@ Changes ======= +Version 4.41.0 (2023-11-29) + +- metadata: use DateAndTime format for dates field +- contrib: update imprint labels to be more descriptive +- services: extend embargo check to all versions +- service: improve check for record existance +- generators: add community inclusion reviewers + Version 4.40.0 (2023-11-20) - access: avoid setting ``access_request_token`` diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index 23f456673..bb6802591 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRDMRecords -__version__ = "4.40.0" +__version__ = "4.41.0" __all__ = ("__version__", "InvenioRDMRecords")