We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd272c commit 0d313c6Copy full SHA for 0d313c6
CHANGES.rst
@@ -12,6 +12,10 @@
12
Changes
13
=======
14
15
+Version v15.2.0 (released 2024-10-10)
16
+
17
+- webpack: update axios and react-searchkit(due to axios) major versions
18
19
Version v15.1.0 (released 2024-10-10)
20
21
- jobs: register embargo update job type
invenio_rdm_records/__init__.py
@@ -11,6 +11,6 @@
11
from .ext import InvenioRDMRecords
-__version__ = "15.1.0"
+__version__ = "15.2.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments