Skip to content

Commit

Permalink
Bump version to v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed Jan 27, 2025
1 parent 9008ce3 commit e89a416
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/sbmt/kafka_producer/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Sbmt
module KafkaProducer
VERSION = "3.2.1"
VERSION = "3.2.2"
end
end

0 comments on commit e89a416

Please sign in to comment.