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 "]