We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3921c commit 1e9c4ebCopy full SHA for 1e9c4eb
CHANGES.rst
@@ -11,6 +11,11 @@
11
Changes
12
=======
13
14
+Version v11.7.0 (released 2024-08-12)
15
+
16
+- resources: add vnd.inveniordm.v1+json http header
17
+- translation: update file paths for strings (UI)
18
19
Version v11.6.0 (released 2024-08-07)
20
21
- creatibutors: fix buttons order
invenio_rdm_records/__init__.py
@@ -10,6 +10,6 @@
10
from .ext import InvenioRDMRecords
-__version__ = "11.6.0"
+__version__ = "11.7.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments