From 35bc5f5f38cbefc08bec50bf91ef522448a4f54a Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Mon, 7 Jun 2021 19:37:37 -0400 Subject: [PATCH] updating changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0c2250d6..cdde90619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +##0.6.7 +### Changed +- aiokafka dependency is set to >=0.7.1,<0.8.0 + ##0.6.6 ### Bug Fixes - Error when logging slow process in aiokafka with python 3.9 [153](https://github.com/faust-streaming/faust/issues/153) - FIX Record instances deserialize properly when returned by agent.ask[151](https://github.com/faust-streaming/faust/issues/151) - ##0.6.5 ### Bug Fixes - Fix leader topic replication [149](https://github.com/faust-streaming/faust/issues/149)