From be989e466ab04d7ade3826c97fc0319f8280346e Mon Sep 17 00:00:00 2001
From: Philip Jenvey <pjenvey@underboss.org>
Date: Tue, 21 Aug 2018 13:00:18 -0700
Subject: [PATCH] chore: tag 1.50.1

---
 CHANGELOG.md         | 10 ++++++++++
 autopush/__init__.py |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9bfd6d91..6d9c64f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+<a name="1.50.1"></a>
+## 1.50.1 (2018-08-21)
+
+
+#### Bug Fixes
+
+*   timeout gcm calls ([440a9d83](https://github.com/mozilla-services/autopush/commit/440a9d83d38910ec542aab80d68390e451ab0844), closes [#1285](https://github.com/mozilla-services/autopush/issues/1285))
+
+
+
 <a name="1.50.0"></a>
 ## 1.50.0 (2018-08-16)
 
diff --git a/autopush/__init__.py b/autopush/__init__.py
index b4581582..74c6c96c 100644
--- a/autopush/__init__.py
+++ b/autopush/__init__.py
@@ -1 +1 @@
-__version__ = '1.50.0'  # pragma: nocover
+__version__ = '1.50.1'  # pragma: nocover