From b5c08a028677c47dd585c1d1f8cb32d3abf64674 Mon Sep 17 00:00:00 2001 From: 0einstein0 Date: Fri, 5 Jul 2024 17:08:28 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20release:=20v11.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 4 ++++ invenio_rdm_records/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5e52cc20c..c73c1a8ba 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,10 @@ Changes ======= +Version 11.2.0 (released 2024-07-05) + +- iiif: schema: only return images within size limit in manifest + Version 11.1.0 (released 2024-07-04) - installation: upgrade invenio-drafts-resources diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index b518454f6..c6864d56d 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRDMRecords -__version__ = "11.1.0" +__version__ = "11.2.0" __all__ = ("__version__", "InvenioRDMRecords")