diff --git a/docs/changelog.rst b/docs/changelog.rst index c7500777..da78bc11 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,10 +1,10 @@ Changelog ========= -Whats next ----------- +1.6.2 +----- -* +* Added javascript to auto populate the form slug from the name 1.6.1 ----- diff --git a/wagtailstreamforms/__init__.py b/wagtailstreamforms/__init__.py index bb64aa47..4a9b9788 100644 --- a/wagtailstreamforms/__init__.py +++ b/wagtailstreamforms/__init__.py @@ -1 +1 @@ -__version__ = '1.6.1' +__version__ = '1.6.2'