diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a8da609..36186a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.52.1 (2018-11-12) + + +#### Chore + +* upgrade requests per CVE-2018-18074 ([c71558e1](https://github.com/mozilla-services/autopush/commit/c71558e1f1e44aad8150d6005b3c2f0c8e912a7d), closes [#1300](https://github.com/mozilla-services/autopush/issues/1300)) + + + ## 1.52.0 (2018-10-12) diff --git a/autopush/__init__.py b/autopush/__init__.py index 6952d721..dcda9d51 100644 --- a/autopush/__init__.py +++ b/autopush/__init__.py @@ -1 +1 @@ -__version__ = '1.52.0' # pragma: nocover +__version__ = '1.52.1' # pragma: nocover