diff --git a/CHANGELOG.md b/CHANGELOG.md index f88e780..a536006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +## [3.2.2] - 2025-01-27 + +### Fixed + +- Kafka configuration was overwritten with the default authorization options (#2) + ## [3.2.1] - 2024-12-26 ### Fixed diff --git a/lib/sbmt/kafka_producer/version.rb b/lib/sbmt/kafka_producer/version.rb index 96674bf..897f578 100644 --- a/lib/sbmt/kafka_producer/version.rb +++ b/lib/sbmt/kafka_producer/version.rb @@ -2,6 +2,6 @@ module Sbmt module KafkaProducer - VERSION = "3.2.1" + VERSION = "3.2.2" end end