Skip to content

Commit

Permalink
release: 4.3.11 (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Feb 7, 2024
1 parent 6336456 commit 3263e1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 4.3.11
-----------------------------------

- fix: openID provider validation flow (#2186) [Daniel Vaz Gaspar]
- feat: support Auth0 OAuth2 (#2171) [Daniel Vaz Gaspar]

Improvements and Bug fixes on 4.3.10
-----------------------------------

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.10"
__version__ = "4.3.11"

from .actions import action # noqa: F401
from .api import ModelRestApi # noqa: F401
Expand Down

0 comments on commit 3263e1a

Please sign in to comment.