From ea19fc363e6e4a0dae672dfd307ec3c4a6c47587 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Thu, 11 Oct 2018 17:10:00 -0700 Subject: [PATCH] chore: tag 1.52.0 --- CHANGELOG.md | 15 +++++++++++++++ autopush/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc74c1a..0a8da609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## 1.52.0 (2018-10-12) + + +#### Chore + +* upgrade dependencies ([8a0d2178](https://github.com/mozilla-services/autopush/commit/8a0d217881cac387713295e81dc8e66a084da944), closes [#1297](https://github.com/mozilla-services/autopush/issues/1297)) + +#### Features + +* make gcm calls use async callbacks ([d67dcb45](https://github.com/mozilla-services/autopush/commit/d67dcb45f85e90af94cd5ca9318979dd4e00ff89), closes [#1291](https://github.com/mozilla-services/autopush/issues/1291)) +* add dockerflow callbacks for endpoint ([2a5e7765](https://github.com/mozilla-services/autopush/commit/2a5e7765f02a6f22ddc8582158fbe68001b29dcb), closes [#1293](https://github.com/mozilla-services/autopush/issues/1293)) + + + ## 1.51.0 (2018-08-30) diff --git a/autopush/__init__.py b/autopush/__init__.py index 59784f93..6952d721 100644 --- a/autopush/__init__.py +++ b/autopush/__init__.py @@ -1 +1 @@ -__version__ = '1.51.0' # pragma: nocover +__version__ = '1.52.0' # pragma: nocover