diff --git a/CHANGELOG.md b/CHANGELOG.md index 4938d453..c1bbffb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## 1.35.1 (2017-08-29) + + +#### Bug Fixes + +* change "enable_simplepush" flag to "disable_simplepush" ([f2cdbf0e](https://github.com/mozilla-services/autopush/commit/f2cdbf0e1b9804339b163ac1f656d790da5b9b55), closes [#994](https://github.com/mozilla-services/autopush/issues/994)) +* Add missing metric for notification encoding ([74fbf58d](https://github.com/mozilla-services/autopush/commit/74fbf58d72241a8d3b73aa785e2769791ea88fa5), closes [#992](https://github.com/mozilla-services/autopush/issues/992)) + + + ## 1.35.0 (2017-08-10) diff --git a/autopush/__init__.py b/autopush/__init__.py index 419914b4..0c80db3f 100644 --- a/autopush/__init__.py +++ b/autopush/__init__.py @@ -1 +1 @@ -__version__ = '1.35.0' # pragma: nocover +__version__ = '1.35.1' # pragma: nocover