Skip to content

Commit e81dadd

Browse files
committed
Version bump
For elastic/logstash#7993 [ci skip]
1 parent ae8166a commit e81dadd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.2.2
2+
- Fix some documentation issues
3+
14
## 3.2.0
25
- Fixed an issue with the encoding that prevented certain fields from being serialized in a way compatible with the Kafka plugins
36

logstash-codec-avro.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-codec-avro'
4-
s.version = '3.2.1'
4+
s.version = '3.2.2'
55
s.platform = 'java'
66
s.licenses = ['Apache-2.0']
77
s.summary = "Encode and decode avro formatted data"

0 commit comments

Comments
 (0)