Skip to content

Commit e47ba62

Browse files
committed
release: v10.7.1
1 parent cfac803 commit e47ba62

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

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

14+
Version 10.7.1 (released 2024-05-31)
15+
16+
- secret links: set csrf token for all requests with secret links,
17+
i.e. fixes edit button CSRF error message on record landing page
18+
19+
1420
Version 10.7.0 (released 2024-05-28)
1521

1622
- pids service: resolve owned_by for the emails

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__ = "10.7.0"
13+
__version__ = "10.7.1"
1414

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

0 commit comments

Comments
 (0)