diff --git a/CHANGES.rst b/CHANGES.rst index 56d1d9ca..c523d690 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,11 @@ Changes ======= +Version 4.10.1 (2023-09-12) + +- systemfields: revert files dumping +- systemfields: support conditional dumping of files + Version 4.10.0 (2023-09-05) - uow: run bulk indexing on post commit hook diff --git a/invenio_records_resources/__init__.py b/invenio_records_resources/__init__.py index 9a93600a..834fc0fe 100644 --- a/invenio_records_resources/__init__.py +++ b/invenio_records_resources/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRecordsResources -__version__ = "4.10.0" +__version__ = "4.10.1" __all__ = ("__version__", "InvenioRecordsResources")