diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95bb6e51..7d9a92fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,18 @@
+
+## 1.19.1 (2016-10-10)
+
+
+#### Chore
+
+* kill unneeded deps: ([de1aeb62](https://github.com/mozilla-services/autopush/commit/de1aeb6219655a59285dc67e54780ebf0ef2063f))
+* tag 1.19.0 release (#685) ([3be87959](https://github.com/mozilla-services/autopush/commit/3be879590d1d64c2b451a675d696a0422a2cffd2))
+
+#### Bug Fixes
+
+* validated methods ignore raw arguments ([dbbd0816](https://github.com/mozilla-services/autopush/commit/dbbd0816b474e47d25e1566cf101f90c9ef4f393))
+
+
+
## 1.19.0 (2016-10-07)
diff --git a/autopush/__init__.py b/autopush/__init__.py
index 4a9c0b7a..e8f15ff3 100644
--- a/autopush/__init__.py
+++ b/autopush/__init__.py
@@ -1 +1 @@
-__version__ = '1.19.0' # pragma: nocover
+__version__ = '1.19.1' # pragma: nocover