Skip to content

Commit

Permalink
release: v10.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 authored Sep 30, 2024
1 parent cd38c97 commit 0a44ba3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
..
Copyright (C) 2019-2024 CERN.
Copyright (C) 2019 Northwestern University.
Copyright (C) 2024 KTH Royal Institute of Technology.

Invenio-RDM-Records is free software; you can redistribute it and/or
Expand All @@ -11,6 +12,10 @@
Changes
=======

Version 10.8.5 (released 2024-09-30)

- Improve handling of draft PID in RecordCommunitiesService

Version 10.8.4 (released 2024-09-26)

- revert deposit permission check for publish button, as it is not working as expected
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 @@ -11,6 +11,6 @@

from .ext import InvenioRDMRecords

__version__ = "10.8.4"
__version__ = "10.8.5"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 0a44ba3

Please sign in to comment.