From 0b5c651189158ef71da85d6b3b25cf9d6e5aa27c Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Thu, 12 Apr 2018 18:04:52 -0700 Subject: [PATCH] chore: tag 1.44.0 --- CHANGELOG.md | 15 +++++++++++++++ autopush/__init__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3abf4c9d..d9578d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## 1.44.0 (2018-04-13) + + +#### Bug Fixes + +* wrong toggling of autopush_rs's json_logging ([0382531c](https://github.com/mozilla-services/autopush/commit/0382531c676377f878aa5e2555e0d3a054553f06), closes [#1173](https://github.com/mozilla-services/autopush/issues/1173)) + +#### Features + +* update dependencies ([01f433b8](https://github.com/mozilla-services/autopush/commit/01f433b835a3faa2425ff667b215ba5c9a0ce263), closes [#1170](https://github.com/mozilla-services/autopush/issues/1170)) +* refactor client to remove duplicate logic ([47820841](https://github.com/mozilla-services/autopush/commit/4782084111e3ad638c804e05d3f92cd74d718128), closes [#1165](https://github.com/mozilla-services/autopush/issues/1165)) + + + ## 1.43.0 (2018-03-31) diff --git a/autopush/__init__.py b/autopush/__init__.py index c3b8e3b2..a48b9a39 100644 --- a/autopush/__init__.py +++ b/autopush/__init__.py @@ -1 +1 @@ -__version__ = '1.43.0' # pragma: nocover +__version__ = '1.44.0' # pragma: nocover