diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f056660..6c794e7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,15 @@ +0.15.0 (2016-08-28) +------------------- + +* Connections now force-close themselves after pings fail for a certain + timeframe, controllable via the new --ping-timeout option. + +* Badly-formatted websocket response messages now log to console in + all situations + +* Compatability with Twisted 16.3 and up + + 0.14.3 (2016-07-21) ------------------- diff --git a/daphne/__init__.py b/daphne/__init__.py index 23f0070..9da2f8f 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "0.14.3" +__version__ = "0.15.0"