diff --git a/CHANGELOG.md b/CHANGELOG.md index 197d624..02f531b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.2.2 + - Fix some documentation issues + ## 3.2.0 - Fixed an issue with the encoding that prevented certain fields from being serialized in a way compatible with the Kafka plugins diff --git a/logstash-codec-avro.gemspec b/logstash-codec-avro.gemspec index 58a67db..c1f6b37 100644 --- a/logstash-codec-avro.gemspec +++ b/logstash-codec-avro.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-codec-avro' - s.version = '3.2.1' + s.version = '3.2.2' s.platform = 'java' s.licenses = ['Apache-2.0'] s.summary = "Encode and decode avro formatted data"