diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3d339e0..295ebe3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,11 +4,16 @@ Change log Next version ------------ +0.27 +---- + +* Avoided crashing when trying to prettify the data. * Limited the email field choices to email fields only when using the send emails to authors option. * Stopped slugifying choice values so that we properly support non-latin characters. -- Added Python 3.13. +* Added Python 3.13. +* Added support for ``django-simple-captcha``. 0.26 ---- diff --git a/form_designer/__init__.py b/form_designer/__init__.py index 40ab52f..cde6d89 100644 --- a/form_designer/__init__.py +++ b/form_designer/__init__.py @@ -1 +1 @@ -__version__ = "0.26.2" +__version__ = "0.27.0"