diff --git a/kafka_consumer/CHANGELOG.md b/kafka_consumer/CHANGELOG.md index 02ca223ff5e55..63ecf331a38e1 100644 --- a/kafka_consumer/CHANGELOG.md +++ b/kafka_consumer/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 4.1.3 / 2023-10-11 + ***Fixed***: * Add ability to cache offsets and close admin client ([#15960](https://github.com/DataDog/integrations-core/pull/15960)) diff --git a/kafka_consumer/datadog_checks/kafka_consumer/__about__.py b/kafka_consumer/datadog_checks/kafka_consumer/__about__.py index a01c729f04f9f..d5a6a0685213c 100644 --- a/kafka_consumer/datadog_checks/kafka_consumer/__about__.py +++ b/kafka_consumer/datadog_checks/kafka_consumer/__about__.py @@ -2,4 +2,4 @@ # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = "4.1.2" +__version__ = "4.1.3" diff --git a/requirements-agent-release.txt b/requirements-agent-release.txt index 57608326f0431..792159e2a8126 100644 --- a/requirements-agent-release.txt +++ b/requirements-agent-release.txt @@ -79,7 +79,7 @@ datadog-impala==2.0.0 datadog-istio==5.1.0 datadog-jboss-wildfly==2.1.1 datadog-journald==1.1.1 -datadog-kafka-consumer==4.1.2 +datadog-kafka-consumer==4.1.3 datadog-kafka==2.14.1 datadog-kong==3.0.0 datadog-kube-apiserver-metrics==4.0.0