From a2af7ff9ee3502574e5de9b9058153b93afc21b3 Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Sun, 13 Mar 2016 14:20:24 -0700 Subject: [PATCH] chore: tag 1.13.2 release --- CHANGELOG.md | 14 ++++++++++++++ autopush/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b15d4f06..edabde99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +## 1.13.2 (2016-03-13) + + +#### Features + +* validate v0 tokens more thoroughly ([77373cd6](https://github.com/mozilla-services/autopush/commit/77373cd65d91603e39b80ed52d6312a86779ac75), closes [#406](https://github.com/mozilla-services/autopush/issues/406)) + +#### Bug Fixes + +* Clear corrupted router records ([5580e0d2](https://github.com/mozilla-services/autopush/commit/5580e0d2e3a99035c899721bf36e6f1018f38e38), closes [#400](https://github.com/mozilla-services/autopush/issues/400)) +* clear only the node_id in the router record ([a1ee817c](https://github.com/mozilla-services/autopush/commit/a1ee817c4cabfc5f5352961bdec5262ece3131a0), closes [#401](https://github.com/mozilla-services/autopush/issues/401)) + + ## 1.13.1 (2016-03-10) diff --git a/autopush/__init__.py b/autopush/__init__.py index f241adf5..37dd0ebc 100644 --- a/autopush/__init__.py +++ b/autopush/__init__.py @@ -1 +1 @@ -__version__ = '1.13.1' # pragma: nocover +__version__ = '1.13.2' # pragma: nocover