Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jubarbot-cisco committed Apr 18, 2017
1 parent 11291af commit 901dd5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.1.1
- PNDA specific fix in order to make it compatible with the kafka output plugin

## 3.1.0
- Introduce `tag_on_failure` option to tag events with `_avroparsefailure` instead of throwing an exception when decoding

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This, hopefully, temporary, plugin patches the Avro Codec in order to make it co
## Installation

* Download a Github release
* Install it with `bin/logstash-plugin install logstash-codec-pnda-avro-3.1.0-java.gem`
* Install it with `bin/logstash-plugin install logstash-codec-pnda-avro-3.1.1-java.gem`

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion logstash-codec-pnda-avro.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-codec-pnda-avro'
s.version = '3.1.0'
s.version = '3.1.1'
s.platform = 'java'
s.licenses = ['Apache-2.0']
s.summary = "Encode and decode PNDA avro formatted data with https://github.com/logstash-plugins/logstash-codec-avro/pull/6 applied"
Expand Down

0 comments on commit 901dd5f

Please sign in to comment.