Skip to content

Commit

Permalink
Bump version / update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ryananguiano committed Sep 25, 2017
1 parent 646ed0a commit d423d27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0
- Add encode capability
- Try base64 decode/encode on input/output

## 0.9.1
- Upgrade to logstash 5.1

Expand Down
2 changes: 1 addition & 1 deletion logstash-codec-avro_schema_registry.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-codec-avro_schema_registry'
s.version = '0.9.1'
s.version = '1.0.0'
s.licenses = ['Apache License (2.0)']
s.summary = "Encode and decode avro formatted data from a Confluent schema registry"
s.description = "Encode and decode avro formatted data from a Confluent schema registry"
Expand Down

0 comments on commit d423d27

Please sign in to comment.