diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 43957f5..45265c4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,10 @@ +0.19.1 2024-02-13 +----------------- + +* Bugfix the Scalar template. +* Improve the error message if neither msgpec nor pydantic installed. +* Use msgpec JSON conversion if Pydantic isn't installed. + 0.19.0 2024-01-22 ----------------- diff --git a/pyproject.toml b/pyproject.toml index 40bcbe2..d6cb144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quart-schema" -version = "0.19.0" +version = "0.19.1" description = "A Quart extension to provide schema validation" authors = ["pgjones "] classifiers = [