diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2885602e40..db595d49d5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,15 @@ Flask-AppBuilder ChangeLog ========================== +Improvements and Bug fixes on 4.3.7 +----------------------------------- + +- fix: fix: swagger missing nonce (#2116) [Daniel Vaz Gaspar] + Improvements and Bug fixes on 4.3.6 ----------------------------------- -fix: increase email field length (#2102) [Daniel Vaz Gaspar] +- fix: increase email field length (#2102) [Daniel Vaz Gaspar] Improvements and Bug fixes on 4.3.5 ----------------------------------- diff --git a/flask_appbuilder/__init__.py b/flask_appbuilder/__init__.py index 9691034afe..1eebd688cf 100644 --- a/flask_appbuilder/__init__.py +++ b/flask_appbuilder/__init__.py @@ -1,5 +1,5 @@ __author__ = "Daniel Vaz Gaspar" -__version__ = "4.3.6" +__version__ = "4.3.7" from .actions import action # noqa: F401 from .api import ModelRestApi # noqa: F401