Skip to content

Commit 5dae816

Browse files
authored
release: 5.2.1 (#2452)
1 parent f2ae5c4 commit 5dae816

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.1
5+
-----------------------------------
6+
7+
- fix: pass outer_default_load to apply_all (#2449) [skrepkaq]
8+
- feat: add missing CRUD hooks and auth event hooks (#2450) [Daniel Vaz Gaspar]
9+
- fix(security): remove OAuth token values from debug log statements (#2440) [Daniel Vaz Gaspar]
10+
411
Improvements and Bug fixes on 5.2.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.2.1rc3"
2+
__version__ = "5.2.1"
33

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

0 commit comments

Comments
 (0)