diff --git a/docs/changelog.rst b/docs/changelog.rst index 1f65a9d..2517195 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,11 @@ ChangeLog ========= +0.13.0 +------ +- fix field mapping bug (#30) +- improve output of MultipleTextField widget (#20) + 0.12.0 ------ diff --git a/setup.py b/setup.py index 1d40aa1..a8893d7 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.12.0", + version="0.13.0", url="https://github.com/eldarion/formly", license="BSD", packages=find_packages(),