Skip to content

Commit

Permalink
Releasing 2.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Feb 19, 2020
1 parent 449b90f commit 0c27648
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.4.2 (2020-02-19)
------------------

* Fixed a bug where ``ConnectionPool.pop()`` might return an invalid
connection.

* Added logging for a group_send over capacity failure.


2.4.1 (2019-10-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion channels_redis/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.4.1"
__version__ = "2.4.2"

0 comments on commit 0c27648

Please sign in to comment.