From 8ae973fc4b60ac68ce3f461803d55d9ec1f7d630 Mon Sep 17 00:00:00 2001 From: Ben Bangert Date: Tue, 22 Mar 2016 08:35:16 -0700 Subject: [PATCH] chore: tag 0.1 release --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..d47a8d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ + +## 0.1 (2016-03-22) + + +#### Features + +* refactor handler into singleton class ([ba2666c4](https://github.com/mozilla-services/push-processor/commit/ba2666c439eb920a6fa70ad180a40bd533019d15)) +* add db and lambda handler ([8061cee0](https://github.com/mozilla-services/push-processor/commit/8061cee0f0b8d3461d2c8466dd2300705c262999)) +* add public key processor ([de1cc485](https://github.com/mozilla-services/push-processor/commit/de1cc48550a501947fde2bfcc2aa78d6fcd2d7b4)) +* add aws s3 open function with streaming reader ([3bdf30f7](https://github.com/mozilla-services/push-processor/commit/3bdf30f75e164dbbb5e19d4ac3a7b9074f199245)) +* add heka protobuf stream decoding to message ([bb23b722](https://github.com/mozilla-services/push-processor/commit/bb23b7220c9885ccaa9b0067f1d469b48b9af1f6)) + +#### Chore + +* add push message dep ([6aae9683](https://github.com/mozilla-services/push-processor/commit/6aae96830db5622884820c1e5e920bee5cdff08c)) +* add requirements.txt ([e1c35e80](https://github.com/mozilla-services/push-processor/commit/e1c35e80ebc353bf817712ac7cea7b75201b1d26)) +* initial project setup ([da373233](https://github.com/mozilla-services/push-processor/commit/da373233237e8e641cbc265bdc30043885bdfb11)) +* add license file ([1849f17c](https://github.com/mozilla-services/push-processor/commit/1849f17c13ed9979a800964541e2b34112aa8c20))