From e81dadd46f54cc88478ff843cef9bbf8ce9753e2 Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Tue, 15 Aug 2017 10:01:03 -0700 Subject: [PATCH] Version bump For https://github.com/elastic/logstash/issues/7993 [ci skip] --- CHANGELOG.md | 3 +++ logstash-codec-avro.gemspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"