diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 90a1387..6c0fece 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,12 @@ +1.0.3 (2017-02-12) +------------------ + +* IPv6 addresses are correctly accepted as bind targets on the command line + +* Twisted 17.1 compatability fixes for WebSocket receiving/keepalive and + proxy header detection. + + 1.0.2 (2017-02-01) ------------------ diff --git a/daphne/__init__.py b/daphne/__init__.py index 7863915..976498a 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "1.0.2" +__version__ = "1.0.3"