diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c2f1072..19d8202 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,9 @@ Change log Next version ~~~~~~~~~~~~ +0.8 (2024-08-26) +~~~~~~~~~~~~~~~~ + - Made the link button only active when the cursor is inside a link. - Added docs on read the docs. - Updated the ProseMirror dependencies. diff --git a/django_prose_editor/__init__.py b/django_prose_editor/__init__.py index 691a48c..8675559 100644 --- a/django_prose_editor/__init__.py +++ b/django_prose_editor/__init__.py @@ -1 +1 @@ -version = "0.7.1" +version = "0.8.0"