We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be39938 commit db6c929Copy full SHA for db6c929
CHANGES.rst
@@ -8,6 +8,11 @@
8
Changes
9
=======
10
11
+Version 6.0.0 (released 2025-10-03)
12
+
13
+- breaking change: permissions: turn permission that checks if user can see notifications into read permission
14
+- permissions: add backoffice readonly action
15
16
Version 5.1.0 (released 2025-09-24)
17
18
- eitem: add api methods to get eitems by `created_by` and `source` fields
invenio_app_ils/__init__.py
@@ -7,6 +7,6 @@
7
"""invenio-app-ils."""
-__version__ = "5.1.0"
+__version__ = "6.0.0"
__all__ = ("__version__",)
0 commit comments