Skip to content

Commit

Permalink
release: 4.3.8 (#2133)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Oct 13, 2023
1 parent d001522 commit 38180b0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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/<provider>/<register>" 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
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 38180b0

Please sign in to comment.