We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a16f69 commit 121aa75Copy full SHA for 121aa75
CHANGES.rst
@@ -11,7 +11,16 @@
11
Changes
12
=======
13
14
+Version 10.7.0 (released 2024-05-28)
15
+
16
+- pids service: resolve owned_by for the emails
17
+- entity_resolver: match drafts while resolving
18
+- notifications: add user and guest notifications on request actions
19
+- pids: unify pid behaviour, disable/enable parent DOI on demand, based on
20
+ DATACITE_ENABLED configuration
21
22
Version 10.6.0 (released 2024-05-22)
23
24
- pids: prevent creating pids for restricted records
25
- pids: restrict updating permission levels for records based on a grace period
26
invenio_rdm_records/__init__.py
@@ -10,6 +10,6 @@
10
from .ext import InvenioRDMRecords
-__version__ = "10.6.0"
+__version__ = "10.7.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments