diff --git a/CHANGELOG.md b/CHANGELOG.md index e1875ada..09409d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +## 1.58.4 (2022-06-12) + +#### Bug Fixes + +* Re-enable APNS error logging (#1460 ([f2a6fa5c](https://github.com/mozilla-services/autopush/pull/1460/commits/f2a6fa5c8deb45afad6870b92d0d4ac6f0250932)) + + ## 1.58.3 (2020-12-03) diff --git a/autopush/__init__.py b/autopush/__init__.py index 65a3fb99..fc975642 100644 --- a/autopush/__init__.py +++ b/autopush/__init__.py @@ -1 +1,2 @@ -__version__ = '1.58.3' # pragma: nocover +__version__ = '1.58.4' # pragma: nocover +