diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5a1b551..f197888 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,12 @@ +1.4.0 (2018-01-02) +------------------ + +* The X-Forwarded-Proto header can now be used to pass along protocol from + a reverse proxy. + +* WebSocket headers are now correctly always passed as bytestrings. + + 1.3.0 (2017-06-16) ------------------ diff --git a/daphne/__init__.py b/daphne/__init__.py index 67bc602..3e8d9f9 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.4.0"