diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2a2026..ab7e2e8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 1.29.1 (2017-05-05) + + +#### Features + +* update parquet schema for unified parquet logging ([2aeefce7](https://github.com/mozilla-services/autopush/commit/2aeefce732d44281c25f0b07cd3c650d837de2ba), closes [#888](https://github.com/mozilla-services/autopush/issues/888)) + + + ## 1.29.0 (2017-04-28) diff --git a/autopush/__init__.py b/autopush/__init__.py index 2e06e398..1bb02fcf 100644 --- a/autopush/__init__.py +++ b/autopush/__init__.py @@ -1 +1 @@ -__version__ = '1.29.0' # pragma: nocover +__version__ = '1.29.1' # pragma: nocover