From 9fb41fb498ffed50ede591268eacc5de0f8a1cc9 Mon Sep 17 00:00:00 2001 From: Nicola Tarocco Date: Thu, 28 Sep 2023 18:21:37 +0200 Subject: [PATCH] release: v4.28.1 --- CHANGES.rst | 6 +++++- invenio_rdm_records/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b278d283c..321d9d445 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,13 +11,17 @@ Changes ======= +Version 4.28.1 (2023-09-28) + +- serializers: use cache when fetching communities slugs +- service: fix config sort object being wrongly updated + Version 4.28.0 (2023-09-26) - services: add community deletion component - resources: fix response code on delete action - resources: accept if_match header with revision id on DELETE - Version 4.27.0 (2023-09-22) - services: added record components config support diff --git a/invenio_rdm_records/__init__.py b/invenio_rdm_records/__init__.py index 2d1a9ca7f..216663785 100644 --- a/invenio_rdm_records/__init__.py +++ b/invenio_rdm_records/__init__.py @@ -10,6 +10,6 @@ from .ext import InvenioRDMRecords -__version__ = "4.28.0" +__version__ = "4.28.1" __all__ = ("__version__", "InvenioRDMRecords")