From 6acaffb2bd539a36d4e6cd296c714d0c14d4dde2 Mon Sep 17 00:00:00 2001 From: TP Honey Date: Mon, 25 Jul 2022 11:17:46 +0100 Subject: [PATCH] prep v0.7.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1bcf8d..ebbbd3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [v0.7.0](https://github.com/tphoney/best_practice/tree/v0.7.0) (2022-07-25) + +[Full Changelog](https://github.com/tphoney/best_practice/compare/v0.6.0...v0.7.0) + +**Implemented enhancements:** + +- \(feat\) add FF product recommendation for java [\#27](https://github.com/tphoney/best_practice/pull/27) ([tphoney](https://github.com/tphoney)) + +**Fixed bugs:** + +- \(fix\) clean all yaml passed to outputters. [\#26](https://github.com/tphoney/best_practice/pull/26) ([tphoney](https://github.com/tphoney)) + +**Merged pull requests:** + +- \(maint\) bump logrus [\#25](https://github.com/tphoney/best_practice/pull/25) ([tphoney](https://github.com/tphoney)) + ## [v0.6.0](https://github.com/tphoney/best_practice/tree/v0.6.0) (2022-07-16) [Full Changelog](https://github.com/tphoney/best_practice/compare/v0.5.0...v0.6.0) @@ -88,4 +104,6 @@ - \(maint\) adding build and release [\#1](https://github.com/tphoney/best_practice/pull/1) ([tphoney](https://github.com/tphoney)) + + \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*