We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5de747 + 0d5be21 commit 8f32b3cCopy full SHA for 8f32b3c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### 2.1.4 2019-08-09
2
+
3
+* [FIXED] TypeError in AuthenticationClient when using encrypted channels
4
+* [FIXED] RequestsDependencyWarning by updating `requests`
5
+* [FIXED] Suppress httpretty warnings
6
+* [ADDED] Tests for AuthenticationClient with encrypted channels
7
8
### 2.1.3 2019-02-26
9
10
* Import Abstract Base Classes from collections.abc in Python versions >= 3.3
pusher/version.py
@@ -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 commit comments