We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f7ca4 commit 79afb27Copy full SHA for 79afb27
CHANGES.rst
@@ -12,6 +12,11 @@
12
Changes
13
=======
14
15
+Version v22.6.0 (released 2025-11-21)
16
+
17
+- fix(requests): don't hard-code /me for record review request
18
+- refactor(requests): move _update_link_config to new BaseRequest
19
20
Version v22.5.0 (released 2025-11-20)
21
22
- feat(file-modification): allow admins to unlock files for editing by default
invenio_rdm_records/__init__.py
@@ -12,6 +12,6 @@
from .ext import InvenioRDMRecords
-__version__ = "22.5.0"
+__version__ = "22.6.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments