diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 74ed310..5a7a0ce 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,11 @@ +2.2.4 (2018-12-15) +------------------ + +* No longer listens on port 8000 when a file descriptor is provided with --fixed + +* Fixed a memory leak with WebSockets + + 2.2.3 (2018-11-06) ------------------ diff --git a/daphne/__init__.py b/daphne/__init__.py index f394e69..62fa04d 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "2.2.3" +__version__ = "2.2.4"