diff --git a/CHANGES.rst b/CHANGES.rst index 84c9ff7f5..01b0b812b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,13 @@ Changes ======= +Version 4.32.0 (2023-10-06) + +- deposit form: report invalid value errors on each draft save +- access-requests: send notification on submit action +- access-requests: replace EmailOp with NotificationOp on guest access token create +- access-requests: replace EmailOp with NotificationOp + Version 4.31.1 (2023-10-04) - deposit: make name's affiliation/id optionals diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index 84eaf56bb..58491eb24 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRDMRecords -__version__ = "4.31.1" +__version__ = "4.32.0" __all__ = ("__version__", "InvenioRDMRecords")