Skip to content

Commit 050d4cb

Browse files
committed
Bump version
Fixes #25
1 parent e4fe604 commit 050d4cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.1.4
2+
- Made 'Falling back to plain-text' log message an 'info' level log. This was
3+
'error' for versions v2.1.0 through v2.1.3 (and was 'info' before that).
4+
15
# 2.1.3
26
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
37
# 2.1.2

logstash-codec-json.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-json'
4-
s.version = '2.1.3'
4+
s.version = '2.1.4'
55
s.licenses = ['Apache License (2.0)']
66
s.summary = "This codec may be used to decode (via inputs) and encode (via outputs) full JSON messages"
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)