From 2105eda7d1b01947bd939446a4ee96b5fa28f14e Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Tue, 7 Jul 2020 15:19:11 -0700 Subject: [PATCH] chore: tag 1.56.2 --- CHANGELOG.md | 12 ++++++++++++ autopush/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b09716c5..be182929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ + +## 1.56.2 (2020-07-07) + + +#### Bug Fixes + +* followup for 1408 (#1411) ([022070de](https://github.com/mozilla-services/autopush/commit/022070de085a79dc0a44982c82919b8037d85bc5), closes [#1408](https://github.com/mozilla-services/autopush/issues/1408)) +* regression: wrap metric calls in thread handler ([31ae364d](https://github.com/mozilla-services/autopush/commit/31ae364d4d5cb3b041b11d2165d2a631c5d167f4)) +* put markus metric handling on a deferred thread ([6436453a](https://github.com/mozilla-services/autopush/commit/6436453a89ccc8ad9931480793fc497e9d6c3aaa), closes [#1408](https://github.com/mozilla-services/autopush/issues/1408)) + + + ## 1.56.1 (2020-06-27) diff --git a/autopush/__init__.py b/autopush/__init__.py index a1410480..15075c20 100644 --- a/autopush/__init__.py +++ b/autopush/__init__.py @@ -1 +1 @@ -__version__ = '1.56.1' # pragma: nocover +__version__ = '1.56.2' # pragma: nocover