Skip to content

Commit

Permalink
release: v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo committed Jun 10, 2024
1 parent 6a47db9 commit ed971d9
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 @@ -10,6 +10,16 @@
Changes
=======

Version 4.2.2 (released 2024-06-10)
-----------------------------------

- ui: remove usage of dangerouslySetInnerHTML

Version 4.2.1 (released 2023-11-02)
-----------------------------------

- ui: fix imports on filter

Version 4.2.0 (released 2023-10-26)
-----------------------------------

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__ = "4.2.1"
__version__ = "4.2.2"

__all__ = ("InvenioCommunities", "current_communities")

0 comments on commit ed971d9

Please sign in to comment.