Skip to content

Commit 84c41b0

Browse files
bump version to 2.1.0
1 parent 6186ad6 commit 84c41b0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.1.0
2+
- Backward compatible support for `Event#from_json` method https://github.com/logstash-plugins/logstash-codec-json_lines/pull/19
3+
14
## 2.0.5
25
- Directly use buftok to avoid indirection through the line codec https://github.com/logstash-plugins/logstash-codec-json_lines/pull/18
36

logstash-codec-json_lines.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Gem::Specification.new do |s|
22

33
s.name = 'logstash-codec-json_lines'
4-
s.version = '2.0.5'
4+
s.version = '2.1.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"
88
s.authors = ["Elastic"]
99
s.email = 'info@elastic.co'
1010
s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11-
s.require_paths = ["lib"]
11+
s.require_paths = ["lib"]
1212

1313
# Files
1414
s.files = Dir['lib/**/*','spec/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT']

0 commit comments

Comments
 (0)