diff --git a/docs/changelog.rst b/docs/changelog.rst index 671bd695..69779d53 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,11 @@ Changelog Whats next ---------- +* + +1.5.0 +----- + * Removed all project dependencies except wagtail and recapcha * The urls no longer need to be specified in your ``urls.py`` and can be removed. diff --git a/wagtailstreamforms/__init__.py b/wagtailstreamforms/__init__.py index 9e0feee7..77f1c8e6 100644 --- a/wagtailstreamforms/__init__.py +++ b/wagtailstreamforms/__init__.py @@ -1 +1 @@ -__version__ = '1.4.4' +__version__ = '1.5.0'