diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a66068a..6c7410f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +0.10.1 2024-05-18 +----------------- + +* Bugfix don't override a user set user_class or serializer_class. + 0.10.0 2024-05-18 ----------------- diff --git a/pyproject.toml b/pyproject.toml index b8c6472..fc902ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quart-auth" -version = "0.10.0" +version = "0.10.1" description = "A Quart extension to provide secure cookie authentication" authors = ["pgjones "] classifiers = [