diff --git a/CHANGES.rst b/CHANGES.rst index 8888b0ba6..dedb03d1f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,10 @@ Changes ======= +Version v15.2.0 (released 2024-10-10) + +- webpack: update axios and react-searchkit(due to axios) major versions + Version v15.1.0 (released 2024-10-10) - jobs: register embargo update job type diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index b0e5d554e..5cafefe69 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -11,6 +11,6 @@ from .ext import InvenioRDMRecords -__version__ = "15.1.0" +__version__ = "15.2.0" __all__ = ("__version__", "InvenioRDMRecords")