diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6238f69..5a1b551 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,15 @@ +1.3.0 (2017-06-16) +------------------ + +* Ability to set the websocket connection timeout + +* Server no longer reveals the exact Autobahn version number for security + +* A few unicode fixes for Python 2/3 compatability + +* Stopped logging messages to already-closed connections as ERROR + + 1.2.0 (2017-04-01) ------------------ diff --git a/daphne/__init__.py b/daphne/__init__.py index c68196d..67bc602 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.3.0"