diff --git a/CHANGELOG.txt b/CHANGELOG.txt index bedd79a..9d728d5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,11 @@ +0.14.0 (2016-07-06) +------------------- + +* Consumption of websocket.connect is now required (channels 0.16 enforces + this); getting backpressure on it now results in the socket being + force closed. + + 0.13.1 (2016-06-28) ------------------- diff --git a/daphne/__init__.py b/daphne/__init__.py index 7e0dc0e..9e78220 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "0.13.1" +__version__ = "0.14.0"