Skip to content

Commit

Permalink
Version 0.11.8 (#731)
Browse files Browse the repository at this point in the history
Co-authored-by: euri10 <euri10@users.noreply.github.com>
  • Loading branch information
florimondmanca and euri10 committed Jul 31, 2020
1 parent 918722a commit 4597b90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Change Log

## 0.11.8 - 2020-07-30

* Fix a regression that caused Uvicorn to crash when using `--interface=wsgi`. (Pull #730)
* Fix a regression that caused Uvicorn to crash when using unix domain sockets. (Pull #729)

## 0.11.7 - 2020-28-07

* SECURITY FIX: Prevent sending invalid HTTP header names and values. (Pull #725)
Expand Down
2 changes: 1 addition & 1 deletion uvicorn/__init__.py
@@ -1,5 +1,5 @@
from uvicorn.config import Config
from uvicorn.main import Server, main, run

__version__ = "0.11.7"
__version__ = "0.11.8"
__all__ = ["main", "run", "Config", "Server"]

0 comments on commit 4597b90

Please sign in to comment.