We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9aceb commit c1a8ed3Copy full SHA for c1a8ed3
CHANGES.rst
@@ -11,6 +11,13 @@
11
Changes
12
=======
13
14
+Version v12.2.1 (released 2024-09-19)
15
+
16
+- file upload: better handling of errors when uploading empty files
17
+- serializers: ensure that the vocab id is set before performing a look up
18
+- deposit: take into account the can_publish permission to control when the
19
+ Publish button should be enabled or disabled
20
21
Version v12.1.1 (released 2024-09-11)
22
23
- resource: fix add record to community
invenio_rdm_records/__init__.py
@@ -10,6 +10,6 @@
10
from .ext import InvenioRDMRecords
-__version__ = "12.1.1"
+__version__ = "12.2.1"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments