diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2c2c802dd6..ee7491d78a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,19 @@ Flask-AppBuilder ChangeLog ========================== +Improvements and Bug fixes on 4.3.10 +----------------------------------- + +- fix: azure keep using upn if exists (#2163) [Daniel Vaz Gaspar] +- docs: Update shield of supported Python versions (#2156) [Dosenpfand] +- docs: update security policy (#2155) [Daniel Vaz Gaspar] +- docs: improve LDAP auth auth_roles_mapping (#2149) [Daniel Vaz Gaspar] +- docs: Update security docs to reflect LDAP casing issues (#2098) [Anders Bogsnes] +- fix: old API api column edit (#2134) [Daniel Vaz Gaspar] +- chore: add bootstrap min map (#2148) [Daniel Vaz Gaspar] +- chore: Add support for Python 3.10, 3.11, 3.12 and drop 3.7 (#2147) [Dosenpfand] +- chore: use npm for all frontend dependencies (#2144) [Daniel Vaz Gaspar] + Improvements and Bug fixes on 4.3.9 ----------------------------------- diff --git a/flask_appbuilder/__init__.py b/flask_appbuilder/__init__.py index bc09ba4a87..434447395b 100644 --- a/flask_appbuilder/__init__.py +++ b/flask_appbuilder/__init__.py @@ -1,5 +1,5 @@ __author__ = "Daniel Vaz Gaspar" -__version__ = "4.3.9" +__version__ = "4.3.10" from .actions import action # noqa: F401 from .api import ModelRestApi # noqa: F401