Skip to content

Commit

Permalink
1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Goldziher committed Aug 9, 2022
1 parent 2b06a07 commit 1865f6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,8 @@

- Add support for [picologging](https://github.com/microsoft/picologging)
- Update response headers, handling of cookies and handling of responses

[1.9.1]

- CSRF Middleware and config, @seladb
- Normalize BackgroundTask and BackgroundTasks into `starlite.datastructures`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starlite"
version = "1.9.0"
version = "1.9.1"
description = "Light-weight and flexible ASGI API Framework"
authors = ["Na'aman Hirschfeld <[email protected]>"]
maintainers = ["Na'aman Hirschfeld <[email protected]>", "Peter Schutt <[email protected]>", "Cody Fincher <[email protected]>"]
Expand Down

0 comments on commit 1865f6f

Please sign in to comment.