Skip to content

Commit c84f2e6

Browse files
authored
Merge pull request #77 from karenzone/bump-v.1.2.1
Bump to v.1.2.1
2 parents 4f70093 + 87775a0 commit c84f2e6

File tree

3 files changed

+5
-2
lines changed

3 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+
## 1.2.1
2+
- [DOC] Added note to clarify notation for dot or nested fields [#76](https://github.com/logstash-plugins/logstash-filter-dissect/pull/76)
3+
14
## 1.2.0
25
- Fix Trailing Delimiters requires a false field. A skip field is
36
automatically added when a final delimiter is detected in the dissect pattern.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

logstash-filter-dissect.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-filter-dissect'
3-
s.version = '1.2.0' # version will be checked against VERSION file by `rake vendor`
3+
s.version = '1.2.1' # version will be checked against VERSION file by `rake vendor`
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Extracts unstructured event data into fields using delimiters"
66
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)