Skip to content

Commit

Permalink
📦 release: v16.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 19, 2024
1 parent 4bde62c commit d6157f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
Changes
=======

Version v16.1.1 (released 2024-11-19)

- communities: fix set/unset of default record community
* Closes https://github.com/inveniosoftware/invenio-app-rdm/issues/2869
* Fixes the allowed values that can be passed to set/unset the default
community of a record.
* Part of the fix is to also accept an empty string ("") as a valid
value when setting the "default" field, which was a currently wrong
behavior in some UI logic.

Version v16.1.0 (released 2024-11-18)

- tokens: disable "sub" verification
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 @@ -12,6 +12,6 @@

from .ext import InvenioRDMRecords

__version__ = "16.1.0"
__version__ = "16.1.1"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit d6157f9

Please sign in to comment.