diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a9449a..1e88468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.1.2 2019-01-02 + +* Fixes issue where encryption_master_key wasn't passed to NotificationClient to initialise the parent class. + ### 2.1.1 2018-12-13 * Add pynacl as a dependency diff --git a/pusher/version.py b/pusher/version.py index 9f774ba..b5c09fb 100644 --- a/pusher/version.py +++ b/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.1' +VERSION = '2.1.2'