Skip to content

Commit

Permalink
Merge pull request pusher#151 from pusher/v214
Browse files Browse the repository at this point in the history
v2.1.4 release
  • Loading branch information
damdo authored Aug 9, 2019
2 parents a5de747 + 0d5be21 commit 8f32b3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 2.1.4 2019-08-09

* [FIXED] TypeError in AuthenticationClient when using encrypted channels
* [FIXED] RequestsDependencyWarning by updating `requests`
* [FIXED] Suppress httpretty warnings
* [ADDED] Tests for AuthenticationClient with encrypted channels

### 2.1.3 2019-02-26

* Import Abstract Base Classes from collections.abc in Python versions >= 3.3
Expand Down
2 changes: 1 addition & 1 deletion pusher/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Don't change the format of this line: the version is extracted by ../setup.py
VERSION = '2.1.3'
VERSION = '2.1.4'

0 comments on commit 8f32b3c

Please sign in to comment.