diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3120157549..2e4e83d52c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,18 @@ Flask-AppBuilder ChangeLog ========================== +Improvements and Bug fixes on 4.3.8 +----------------------------------- + +- fix: filter list UI spacing between elements (#2128) [Daniel Vaz Gaspar] +- fix: add github sponsor (#2130) [Daniel Vaz Gaspar] +- docs: add github sponsor (#2129) [Daniel Vaz Gaspar] +- fix: swagger include js and css on static (#2127) [Daniel Vaz Gaspar] +- fix: Remove erroring endpoint "/login//" from AuthOAuthView (#2120) [David Kalamarides] +- fix: azure user info claims and JWT decode (#2121) [Daniel Vaz Gaspar] +- fix: Validate Azure JWTs using `authlib` (#2112) [Daniel Wolf] +- docs(typo): "preform" -> "perform" x4 (#2123) [Sam Firke] + Improvements and Bug fixes on 4.3.7 ----------------------------------- diff --git a/flask_appbuilder/__init__.py b/flask_appbuilder/__init__.py index 1eebd688cf..5aff10639a 100644 --- a/flask_appbuilder/__init__.py +++ b/flask_appbuilder/__init__.py @@ -1,5 +1,5 @@ __author__ = "Daniel Vaz Gaspar" -__version__ = "4.3.7" +__version__ = "4.3.8" from .actions import action # noqa: F401 from .api import ModelRestApi # noqa: F401