diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8c38e8c2..44d510fa 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,9 @@ Change log Next version ============ +6.5 (2024-05-16) +================ + - Fixed the content editor initialization: The active region was only set after saving and not initially. - Removed the maximum height from content editor inlines. diff --git a/content_editor/__init__.py b/content_editor/__init__.py index f90cb136..b61ecefd 100644 --- a/content_editor/__init__.py +++ b/content_editor/__init__.py @@ -1 +1 @@ -__version__ = "6.4.6" +__version__ = "6.5.0"