Skip to content

Commit 1e9c4eb

Browse files
committed
release: v11.7.0
1 parent fd3921c commit 1e9c4eb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
Changes
1212
=======
1313

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+
1419
Version v11.6.0 (released 2024-08-07)
1520

1621
- creatibutors: fix buttons order

invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
from .ext import InvenioRDMRecords
1212

13-
__version__ = "11.6.0"
13+
__version__ = "11.7.0"
1414

1515
__all__ = ("__version__", "InvenioRDMRecords")

0 commit comments

Comments
 (0)