diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 90393c1..9656c7a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,12 @@ +2.2.5 (2019-01-31) +------------------ + +* WebSocket handshakes are now affected by the websocket connect timeout, so + you can limit them from the command line. + +* Server name can now be set using --server-name + + 2.2.4 (2018-12-15) ------------------ diff --git a/daphne/__init__.py b/daphne/__init__.py index 62fa04d..f1e49f6 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "2.2.4" +__version__ = "2.2.5"