Skip to content

Commit 84064df

Browse files
committed
Bump and release 0.11.0
1 parent 9d54133 commit 84064df

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,3 +1,11 @@
1+
0.11.0 2024-12-26
2+
-----------------
3+
4+
* Support SECRET_KEY_FALLBACKS when loading tokens to allow for key
5+
rotation.
6+
* Bugfix ensure user_class is used if set in QuartAuth constructor.
7+
* Support Python 3.13, drop Python 3.8.
8+
19
0.10.1 2024-05-18
210
-----------------
311

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quart-auth"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
description = "A Quart extension to provide secure cookie authentication"
55
authors = [
66
{name = "pgjones", email = "[email protected]"},

0 commit comments

Comments
 (0)