Skip to content

Commit

Permalink
release: v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Aug 2, 2023
1 parent f4e7bf7 commit 7277cc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Changes
=======

Version 2.9.0 (2023-08-02)

- user moderation: add new request type, service and resource

Version 2.8.0 (2023-07-24)

- requests: add request event notification builder,
Expand Down
2 changes: 1 addition & 1 deletion invenio_requests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
current_requests_service,
)

__version__ = "2.8.0"
__version__ = "2.9.0"

__all__ = (
"__version__",
Expand Down

0 comments on commit 7277cc9

Please sign in to comment.