From b405714a1ec8b21cfc657567ec3a3f54196f3190 Mon Sep 17 00:00:00 2001 From: Thomas Crowley Date: Thu, 1 Jul 2021 17:22:01 +1000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index def0b7d..3517770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). +## [0.2.6] - 2021-01-07 +### Changed +- `Properties` passed into `StreamsRegistry` constructor filtered to only relevant Kafka connection details. Eg, to reuse streams properties. + ## [0.2.5] - 2021-25-06 ### Fixed - Fixed project details in `pom.xml`