We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4337144 commit 47f1cf9Copy full SHA for 47f1cf9
CHANGES.rst
@@ -8,6 +8,10 @@
8
Changes
9
=======
10
11
+Version 4.18.3 (2023-12-13)
12
+
13
+- files: limit amount of files in the REST API
14
15
Version 4.18.2 (2023-12-08)
16
17
- records: allow overriding of permission action for read method
invenio_records_resources/__init__.py
@@ -10,6 +10,6 @@
from .ext import InvenioRecordsResources
-__version__ = "4.18.2"
+__version__ = "4.18.3"
__all__ = ("__version__", "InvenioRecordsResources")
0 commit comments