From ada3afbf5b24b346e226a5329f900e0d46238ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Adamczak?= Date: Sun, 24 Jun 2018 02:00:37 -0400 Subject: [PATCH] Prepare release 0.0.6 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0147ab..41ce5ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ adheres to [Semantic Versioning][semver]. ## [Unreleased][unreleased] +## [v0.0.6][v0.0.6] - 2018-06-24 ## Added - Added `goal-notifier` Lambda function. @@ -16,7 +17,7 @@ adheres to [Semantic Versioning][semver]. - Renamed `GetCurrentMatch` to `GetCurrentMatches`, as there can be multiple matches played at the same time (#3). -## [v0.0.5][v0.0.5] - 2018-06-222 +## [v0.0.5][v0.0.5] - 2018-06-22 ## Changed - Refactored and separated match parsing and DB logic code. - Moved all goal and DynamoDB related code from `goal-checker` to @@ -47,9 +48,10 @@ adheres to [Semantic Versioning][semver]. [keepachangelog]: http://keepachangelog.com/en/1.0.0/ [semver]: http://semver.org/spec/v2.0.0.html -[unreleased]: https://github.com/pawelad/just-scored/compare/v0.0.5...HEAD +[unreleased]: https://github.com/pawelad/just-scored/compare/v0.0.6...HEAD [v0.0.1]: https://github.com/pawelad/just-scored/releases/tag/v0.0.1 [v0.0.2]: https://github.com/pawelad/just-scored/releases/tag/v0.0.2 [v0.0.3]: https://github.com/pawelad/just-scored/releases/tag/v0.0.3 [v0.0.4]: https://github.com/pawelad/just-scored/releases/tag/v0.0.4 [v0.0.5]: https://github.com/pawelad/just-scored/releases/tag/v0.0.5 +[v0.0.6]: https://github.com/pawelad/just-scored/releases/tag/v0.0.6