We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c6975 commit b5c08a0Copy full SHA for b5c08a0
‎CHANGES.rst
@@ -11,6 +11,10 @@
11
Changes
12
=======
13
14
+Version 11.2.0 (released 2024-07-05)
15
+
16
+- iiif: schema: only return images within size limit in manifest
17
18
Version 11.1.0 (released 2024-07-04)
19
20
- installation: upgrade invenio-drafts-resources
‎invenio_rdm_records/__init__.py
@@ -10,6 +10,6 @@
10
from .ext import InvenioRDMRecords
-__version__ = "11.1.0"
+__version__ = "11.2.0"
__all__ = ("__version__", "InvenioRDMRecords")
0 commit comments