diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a97d7a7..7e16bd9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,12 @@ +0.9.1 (2016-03-01) +------------------ + +* Main thread actually idles rather than sitting at 100% + +* WebSocket packets have an "order" attribute attached + +* WebSocket upgrade header detection is now case insensitive + 0.9 (2016-02-21) ---------------- diff --git a/daphne/__init__.py b/daphne/__init__.py index 824978d..d69d16e 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "0.9" +__version__ = "0.9.1"