diff --git a/CHANGES.rst b/CHANGES.rst index fa0447f4..0b95c37a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,13 @@ Changes ======= +Version v0.22.2 (release 2024-10-31) + +- fix: fields could be missing +- ui: add elements to details +- fix(deposit): page render and save a empty record + + Version v0.22.1 (release 2024-10-26) - fix: creator only allowed to interact with owned records diff --git a/invenio_records_marc21/__init__.py b/invenio_records_marc21/__init__.py index 88de583d..884fc3c1 100644 --- a/invenio_records_marc21/__init__.py +++ b/invenio_records_marc21/__init__.py @@ -230,7 +230,7 @@ def create(self, identity, data=None, metadata=Marc21Metadata(), files=False, ac create_record, ) -__version__ = "0.22.1" +__version__ = "0.22.2" __all__ = ( "__version__",