diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d8a3fc67..9184e22feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -191,3 +191,8 @@ [1.3.4] - fix `DTOFactory` handling of optional fields @peterschutt + +[1.3.5] + +- update Starlette to 0.20.1 +- add memoization to openAPI schema diff --git a/pyproject.toml b/pyproject.toml index ea40d17bcf..6c67d9ed09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starlite" -version = "1.3.4" +version = "1.3.5" description = "Light-weight and flexible ASGI API Framework" authors = ["Na'aman Hirschfeld "] maintainers = ["Na'aman Hirschfeld ", "Ashwin Vinod "]