We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfac803 commit e47ba62Copy full SHA for e47ba62
CHANGES.rst
@@ -11,6 +11,12 @@
11
Changes
12
=======
13
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
20
Version 10.7.0 (released 2024-05-28)
21
22
- pids service: resolve owned_by for the emails
invenio_rdm_records/__init__.py
@@ -10,6 +10,6 @@
10
from .ext import InvenioRDMRecords
-__version__ = "10.7.0"
+__version__ = "10.7.1"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments