From 9c1a4c7cf611e67d294a20fc930813aaa19a5ea5 Mon Sep 17 00:00:00 2001 From: cluttrdev Date: Mon, 4 Dec 2023 17:22:46 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20fde7a..dc54e1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - HTTP server implementation with health, debug and metrics endpoints -- Deduplication task and subcommand +- ClickHouse table deduplication task and subcommand + +### Changed + +- Provide data store interface to make exporter more flexible ### Removed