Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
Changes
=======

Version 6.1.0 (released 2025-10-05)

- fix: make terms query that gets eitems by creator use correct keyword
- stats: record change ids only contain `user_id` when it is not None
- global: include python files inside invenio_app_ils in manifest
- stats: move file `test_stats` into folder for stats
- stats: add stats to track ILSRecord insertions, deletions and updates

Version 6.0.0 (released 2025-10-03)

- breaking change: permissions: turn permission that checks if user can see notifications into read permission
Expand Down
2 changes: 1 addition & 1 deletion invenio_app_ils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

"""invenio-app-ils."""

__version__ = "6.0.0"
__version__ = "6.1.0"

__all__ = ("__version__",)
Loading