Skip to content

Commit

Permalink
release: v14.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Aug 9, 2024
1 parent bf19bfd commit ffe976e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
Changes
=======

Version 14.6.0 (released 2024-08-09)

- settings-ui: [#855] set membership policy
- fix(logo): not fully deleted
- user_moderation: dispatch Celery tasks for each community operation
- review policy: allow all community members to submit records to community without review
- permissions: add member policy generator
- invitation: Update RichEditor to use inputValue
- services: use and adjust vnd.inveniordm.v1+json http accept header

Version 14.5.1 (released 2024-06-28)

- subcommunity: updated fieldpaths and error handling
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__ = "14.5.1"
__version__ = "14.6.0"

__all__ = ("InvenioCommunities", "current_communities")

0 comments on commit ffe976e

Please sign in to comment.