From 6142556d51f62bb42e84e85108a888f109f8825f Mon Sep 17 00:00:00 2001 From: Will Tait Date: Mon, 30 Mar 2020 17:20:33 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb165e6..a405221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v0.0.2 (Mon Mar 30 2020) + +#### 🐛 Bug Fix + +- Add log levels for Kinesis client [#18](https://github.com/intuit/ReplayZero/pull/18) ([@wtait1](https://github.com/wtait1)) +- Remove "go vet" as it is now replaced with golangci-lint [#16](https://github.com/intuit/ReplayZero/pull/16) ([@wtait1](https://github.com/wtait1)) + +#### 📝 Documentation + +- Update contribution development flow [#17](https://github.com/intuit/ReplayZero/pull/17) ([@wtait1](https://github.com/wtait1)) + +#### Authors: 1 + +- Will Tait ([@wtait1](https://github.com/wtait1)) + +--- + # v0.0.1 (Tue Mar 24 2020) #### 🐛 Bug Fix