diff --git a/CHANGELOG.md b/CHANGELOG.md index 81803ae22e..21d8a3fc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -183,3 +183,11 @@ - fix static path resolution when static files are served from "/" - refactor logging + +[1.3.3] + +- update pydantic to 1.9.1 + +[1.3.4] + +- fix `DTOFactory` handling of optional fields @peterschutt diff --git a/pyproject.toml b/pyproject.toml index 2a023733f6..ea40d17bcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starlite" -version = "1.3.3" +version = "1.3.4" description = "Light-weight and flexible ASGI API Framework" authors = ["Na'aman Hirschfeld "] maintainers = ["Na'aman Hirschfeld ", "Ashwin Vinod "]