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: 7 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@

..
Copyright (C) 2018-2024 CERN.
Copyright (C) 2018-2025 CERN.

invenio-app-ils is free software; you can redistribute it and/or modify it
under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 6.1.1 (released 2025-12-10)

- tests: move covers builder test into correct folder
- setup: bump oauthclient major version
- global: bump OpenSearch to v3.2.0

Version 6.1.0 (released 2025-10-05)

- fix: make terms query that gets eitems by creator use correct keyword
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.1.0"
__version__ = "6.1.1"

__all__ = ("__version__",)
Loading