diff --git a/CHANGES.rst b/CHANGES.rst index 890bfe3e6..a1177ed28 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,14 @@ Changes ======= +Version 4.34.0 (2023-10-12) + +- oai: add alias methods for backwards compatibility +- oai: marcxml: string encoding bug +- dependencies: upper pinned types requests. +- add schemaorg serializer +- oaiserver: add rebuild index method + Version 4.33.2 (2023-10-11) - deposit form: improve UX of contributors modal diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index 82dd2c0b5..a45a47aeb 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRDMRecords -__version__ = "4.33.2" +__version__ = "4.34.0" __all__ = ("__version__", "InvenioRDMRecords")