Skip to content

Commit e3fc18c

Browse files
committed
Bump version to 2.2.0 and add release notes.
1 parent 5e513aa commit e3fc18c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.2.0
2+
- Add 'metadata' option that enables inclusion of the @metadata field in the output.
3+
14
# 2.1.3
25
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
36
# 2.1.2

logstash-codec-json_lines.gemspec

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

33
s.name = 'logstash-codec-json_lines'
4-
s.version = '2.1.3'
4+
s.version = '2.2.0'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "This codec will decode streamed JSON that is newline delimited."
77
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)