Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1176 from mozilla-services/release/1.44
Browse files Browse the repository at this point in the history
chore: tag 1.44.0
  • Loading branch information
bbangert authored Apr 13, 2018
2 parents acb26ea + 0b5c651 commit 077b1e7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="1.44.0"></a>
## 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))



<a name="1.43.0"></a>
## 1.43.0 (2018-03-31)

Expand Down
2 changes: 1 addition & 1 deletion autopush/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.43.0' # pragma: nocover
__version__ = '1.44.0' # pragma: nocover

0 comments on commit 077b1e7

Please sign in to comment.