Skip to content

Commit 5099b21

Browse files
authored
release: 5.2.0 (#2436)
* release: 5.2.0 * release: 5.2.0
1 parent eefc219 commit 5099b21

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Flask-AppBuilder ChangeLog
22
==========================
33

4+
Improvements and Bug fixes on 5.2.0
5+
-----------------------------------
6+
7+
- feat: add API key authentication support (#2431) [Amin Ghadersohi]
8+
- ci: add py3.13 to the test matrix (#2419) [jnahmias]
9+
- feat: Add security model signals for User, Role, and Group CRUD operations (#2432) [Daniel Vaz Gaspar]
10+
411
Improvements and Bug fixes on 5.1.0
512
-----------------------------------
613

flask_appbuilder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = "Daniel Vaz Gaspar"
2-
__version__ = "5.1.0"
2+
__version__ = "5.2.0"
33

44
from .actions import action # noqa: F401
55
from .api import ModelRestApi # noqa: F401

0 commit comments

Comments
 (0)