Skip to content

Commit 6d44e6d

Browse files
authored
release: 4.6.1 (#2330)
1 parent 12b655f commit 6d44e6d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

4+
Improvements and Bug fixes on 4.6.1
5+
-----------------------------------
6+
7+
- fix: improve API for role users update (#2328) [Daniel Vaz Gaspar]
8+
- fix: openAPI spec for security update role users (#2326) [Daniel Vaz Gaspar]
9+
- feat(RoleApi): Add role/:id/users endpoint (#2319) [Enzo Martellucci]
10+
- fix: Ensure sub is a string when generating JWT tokens (#2321) [Paul Rhodes]
11+
412
Improvements and Bug fixes on 4.6.0
513
-----------------------------------
614

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__ = "4.6.0"
2+
__version__ = "4.6.1"
33

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

0 commit comments

Comments
 (0)