From b98bb960fb9fc40c4cafb2e24cc486fb5fe08cd6 Mon Sep 17 00:00:00 2001 From: Andy Chambers Date: Mon, 8 Jul 2019 23:57:54 +0100 Subject: [PATCH] Update Changelog for v0.6.7 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1770e71..321d135d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.6.7] - [2019-07-08] + +### Added + + * Added documentation for client API (#160) + * Added :deserialization-properties option to the confluent serde (#157) + +### Fixed + + * Upgrade Clojure to 1.10 (#159) + * Do not assume result of executing command is already a map (#164) + * Back-fill some tests in the partitioning namespace (#165) + * Fixed typo in test-machine docs (#162) + ## [0.6.6] - [2019-06-20] ### Added