diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 208e9be..07a9be6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,12 @@ +0.12.2 (2016-06-21) +------------------- + +* Plus signs in query string are now handled by Daphne, not Django-by-mistake. + Ensure you're running Channels 0.14.3 or higher. + +* New --root-path and DAPHNE_ROOT_PATH options for setting root path. + + 0.12.1 (2016-05-18) ------------------- diff --git a/daphne/__init__.py b/daphne/__init__.py index def467e..76da4a9 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "0.12.1" +__version__ = "0.12.2"