Skip to content

Commit

Permalink
release: v7.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Sep 28, 2023
1 parent 6e41bc0 commit ecc71bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
Changes
=======

Version 7.12.0 (released 2023-09-28)
------------------------------------

- add service utility to cache community's slug
- service: fix sort param modifying sort options variable
- community settings: toggle danger zone area based on permissions

Version 7.11.0 (released 2023-09-25)
------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion invenio_communities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
from .ext import InvenioCommunities
from .proxies import current_communities

__version__ = "7.11.0"
__version__ = "7.12.0"

__all__ = ("InvenioCommunities", "current_communities")

0 comments on commit ecc71bb

Please sign in to comment.