From a56607026e3664e15b25a18ca846994faefa49b4 Mon Sep 17 00:00:00 2001 From: Peter Schutt Date: Fri, 17 Feb 2023 23:03:44 +1000 Subject: [PATCH] v1.51.4 --- docs/release-notes/changelog_1.rst | 10 ++++++++++ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/changelog_1.rst b/docs/release-notes/changelog_1.rst index de44180af6..514a5dc298 100644 --- a/docs/release-notes/changelog_1.rst +++ b/docs/release-notes/changelog_1.rst @@ -1,6 +1,16 @@ 1.x Changelog ============= +1.51.4 +------ + +- support passing type encoders to ``AbstractSecurityConfig`` + +1.51.3 +------ + +- Fix static path validation for ``/`` + 1.51.2 ------ diff --git a/pyproject.toml b/pyproject.toml index 93445d02be..dddbc33909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "starlite" -version = "1.51.3" +version = "1.51.4" description = "Performant, light and flexible ASGI API Framework" authors = ["Na'aman Hirschfeld "] maintainers = [