diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d2f7ec..b09716c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.56.1 (2020-06-27) + + +#### Features + +* fixup metrics + tags ([2eb67919](https://github.com/mozilla-services/autopush/commit/2eb67919cfb18135f34cbf2d77f28f171ec0bf31), closes [#1400](https://github.com/mozilla-services/autopush/issues/1400)) + + + ## 1.56.0 (2020-06-26) diff --git a/autopush/__init__.py b/autopush/__init__.py index ff1f3b2c..a1410480 100644 --- a/autopush/__init__.py +++ b/autopush/__init__.py @@ -1 +1 @@ -__version__ = '1.56.0' # pragma: nocover +__version__ = '1.56.1' # pragma: nocover