Skip to content

Commit 8f32b3c

Browse files
authored
Merge pull request #151 from pusher/v214
v2.1.4 release
2 parents a5de747 + 0d5be21 commit 8f32b3c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
### 2.1.3 2019-02-26
29

310
* Import Abstract Base Classes from collections.abc in Python versions >= 3.3

pusher/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Don't change the format of this line: the version is extracted by ../setup.py
2-
VERSION = '2.1.3'
2+
VERSION = '2.1.4'

0 commit comments

Comments
 (0)