Skip to content

Commit

Permalink
release: v10.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcastro2 committed May 22, 2024
1 parent 9e9da65 commit 7f465e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
Changes
=======

Version 10.6.0 (released 2024-05-22)
- pids: prevent creating pids for restricted records
- pids: restrict updating permission levels for records based on a grace period

Version 10.5.0 (released 2024-05-21)

- iiif: add PyVIPS support for PDF thumnbail rendering
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__ = "10.5.0"
__version__ = "10.6.0"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 7f465e4

Please sign in to comment.