From c0b3cfa4fd7d20d1a80380e2e3c77eeae9acf6f4 Mon Sep 17 00:00:00 2001 From: hpal Date: Mon, 20 Jan 2025 16:18:46 +0000 Subject: [PATCH] Add changelog --- integrations/kafka/CHANGELOG.md | 8 ++++++++ integrations/kafka/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/integrations/kafka/CHANGELOG.md b/integrations/kafka/CHANGELOG.md index 39cc587ba3..b09dd2eecc 100644 --- a/integrations/kafka/CHANGELOG.md +++ b/integrations/kafka/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## 0.1.111 (2025-01-20) + + +### Improvements + +- Added support for ingesting consumer groups + + ## 0.1.110 (2025-01-19) diff --git a/integrations/kafka/pyproject.toml b/integrations/kafka/pyproject.toml index 6b253b7894..60dec2fa3a 100644 --- a/integrations/kafka/pyproject.toml +++ b/integrations/kafka/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kafka" -version = "0.1.110" +version = "0.1.111" description = "Integration to import information from a Kafka cluster into Port. The integration supports importing metadata regarding the Kafka cluster, brokers and topics." authors = ["Tal Sabag "]