We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b717fb7 commit 0c834f3Copy full SHA for 0c834f3
‎CHANGES.rst
@@ -11,6 +11,10 @@
11
Changes
12
=======
13
14
+Version v12.1.0 (released 2024-08-30)
15
+
16
+- config: added links for thumbnails (#1799)
17
18
Version v12.0.4 (released 2024-08-28)
19
20
- stats: add missing "is_machine" field
‎invenio_rdm_records/__init__.py
@@ -10,6 +10,6 @@
10
from .ext import InvenioRDMRecords
-__version__ = "12.0.4"
+__version__ = "12.1.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments