Skip to content

Commit c72c295

Browse files
committed
release: v32.0.0
1 parent 0102e52 commit c72c295

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212
Changes
1313
=======
1414

15+
Version v32.0.0 (released 2026-06-12)
16+
17+
- feat(RecordCommunitiesService): Add get_record_requests service method
18+
- alembic: create record_id index in rdm_parents_community
19+
- refactor(models): Move CommunityRelationMixin from invenio-communities
20+
- fix(CreatibutorsField): Mount CreatibutorsModal only when opened
21+
- fix(signposting): serialize typed link w/ profile for described_by and item
22+
1523
Version v31.0.0 (released 2026-06-05)
1624

1725
- feat(reviews): per-record-version unit tests

invenio_rdm_records/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
from .ext import InvenioRDMRecords
1414

15-
__version__ = "31.0.0"
15+
__version__ = "32.0.0"
1616

1717
__all__ = ("__version__", "InvenioRDMRecords")

0 commit comments

Comments
 (0)