Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Flask-AppBuilder ChangeLog
==========================

Improvements and Bug fixes on 5.2.0
-----------------------------------

- feat: add API key authentication support (#2431) [Amin Ghadersohi]
- ci: add py3.13 to the test matrix (#2419) [jnahmias]
- feat: Add security model signals for User, Role, and Group CRUD operations (#2432) [Daniel Vaz Gaspar]

Improvements and Bug fixes on 5.1.0
-----------------------------------

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__ = "5.1.0"
__version__ = "5.2.0"

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