diff --git a/CHANGES.rst b/CHANGES.rst index cb04b6c04..3ac7499ce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,12 @@ Changes ======= +Version 3.0.0rc2 (released 2024-05-28) + +- mappings: Add alternative_titles in brwReqs and AcqOrders +- records: loaders: schemas: Move IdentifierSchema from documents +- documents: mappings: Update item identifiers description to scheme + Version 3.0.0rc1 (released 2024-05-13) - eitems: add required type field to data model (breaking change) diff --git a/invenio_app_ils/__init__.py b/invenio_app_ils/__init__.py index e1a16b4fb..b8a53115e 100644 --- a/invenio_app_ils/__init__.py +++ b/invenio_app_ils/__init__.py @@ -7,6 +7,6 @@ """invenio-app-ils.""" -__version__ = "3.0.0rc1" +__version__ = "3.0.0rc2" __all__ = ("__version__",)