Skip to content

Commit 121aa75

Browse files
committed
release: v10.7.0
1 parent 2a16f69 commit 121aa75

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.rst

+9
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,16 @@
1111
Changes
1212
=======
1313

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+
1422
Version 10.6.0 (released 2024-05-22)
23+
1524
- pids: prevent creating pids for restricted records
1625
- pids: restrict updating permission levels for records based on a grace period
1726

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.6.0"
13+
__version__ = "10.7.0"
1414

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

0 commit comments

Comments
 (0)