Skip to content

Commit

Permalink
📦 release: v16.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Jan 16, 2025
1 parent 0ffcd08 commit 29fad60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
Changes
=======

Version v16.6.1 (released 2025-01-16)

- Revert "bug: add custom comment notification for record/draft requests"
* This is actually a breaking change since it introduces a new
set of notification templates that will potentialy not be
styled if overridden in an instance's overlay.

Version v16.6.0 (released 2025-01-16)

- notifications: add custom comment template for record inclusion
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.6.0"
__version__ = "16.6.1"

__all__ = ("__version__", "InvenioRDMRecords")

0 comments on commit 29fad60

Please sign in to comment.