Skip to content

Commit

Permalink
release: v4.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Sep 28, 2023
1 parent 9b2a1f1 commit 9fb41fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion invenio_rdm_records/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@

from .ext import InvenioRDMRecords

__version__ = "4.28.0"
__version__ = "4.28.1"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 9fb41fb

Please sign in to comment.