Skip to content

Commit bbf2adb

Browse files
authored
release: 4.5.0 (#2244)
1 parent ec51363 commit bbf2adb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

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

4+
Improvements and Bug fixes on 4.5.0
5+
-----------------------------------
6+
7+
- feat: REST API new select columns query param (#2242) [Daniel Vaz Gaspar]
8+
- chore: bump werkzeug to 3.0.3 (#2237) [Daniel Vaz Gaspar]
9+
- fix: Keycloak OAuth2, get groups as role_keys per default (#2235) [Andreas 'count' Kotes]
10+
- fix: Check if Oauth login with OKTA is correct (#1926) [Hojjat Ali Mohammadi]
11+
- docs: Update quickcharts.rst for typo gold to goal (#2217) [Abhinav Pareek]
12+
413
Improvements and Bug fixes on 4.4.1
514
-----------------------------------
615

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.4.1"
2+
__version__ = "4.5.0"
33

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

0 commit comments

Comments
 (0)