diff --git a/docs/changelog.rst b/docs/changelog.rst index 2517195..772b8d7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,10 @@ ChangeLog ========= +0.14.0 +------ +- add hookset to support customizing available field type choices when designing a survey + 0.13.0 ------ - fix field mapping bug (#30) diff --git a/setup.py b/setup.py index fff1fdf..d1500a4 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(*parts): description="a dynamic form generator", name="formly", long_description=read("README.rst"), - version="0.13.0", + version="0.14.0", url="https://github.com/eldarion/formly", license="BSD", packages=find_packages(),