Skip to content

Commit d6157f9

Browse files
committed
📦 release: v16.1.1
1 parent 4bde62c commit d6157f9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎CHANGES.rst

+10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
Changes
1313
=======
1414

15+
Version v16.1.1 (released 2024-11-19)
16+
17+
- communities: fix set/unset of default record community
18+
* Closes https://github.com/inveniosoftware/invenio-app-rdm/issues/2869
19+
* Fixes the allowed values that can be passed to set/unset the default
20+
community of a record.
21+
* Part of the fix is to also accept an empty string ("") as a valid
22+
value when setting the "default" field, which was a currently wrong
23+
behavior in some UI logic.
24+
1525
Version v16.1.0 (released 2024-11-18)
1626

1727
- tokens: disable "sub" verification

‎invenio_rdm_records/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
from .ext import InvenioRDMRecords
1414

15-
__version__ = "16.1.0"
15+
__version__ = "16.1.1"
1616

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

0 commit comments

Comments
 (0)