Skip to content

Commit acf8210

Browse files
JakobMiesnerkpsherva
authored andcommitted
release: v6.1.0
1 parent d63edab commit acf8210

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
Changes
99
=======
1010

11+
Version 6.1.0 (released 2025-10-05)
12+
13+
- fix: make terms query that gets eitems by creator use correct keyword
14+
- stats: record change ids only contain `user_id` when it is not None
15+
- global: include python files inside invenio_app_ils in manifest
16+
- stats: move file `test_stats` into folder for stats
17+
- stats: add stats to track ILSRecord insertions, deletions and updates
18+
1119
Version 6.0.0 (released 2025-10-03)
1220

1321
- breaking change: permissions: turn permission that checks if user can see notifications into read permission

invenio_app_ils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
"""invenio-app-ils."""
99

10-
__version__ = "6.0.0"
10+
__version__ = "6.1.0"
1111

1212
__all__ = ("__version__",)

0 commit comments

Comments
 (0)