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

Commit

Permalink
chore: tag 1.56.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pjenvey committed Jul 7, 2020
1 parent 37575dc commit 2105eda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="1.56.2"></a>
## 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))



<a name="1.56.1"></a>
## 1.56.1 (2020-06-27)

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.56.1' # pragma: nocover
__version__ = '1.56.2' # pragma: nocover

0 comments on commit 2105eda

Please sign in to comment.