Skip to content

Commit

Permalink
Add changelog and bump version
Browse files Browse the repository at this point in the history
Fixes #29, #24, #22, #25
  • Loading branch information
suyograo committed Jan 30, 2016
1 parent cdd17b5 commit 0db6305
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.0
- Update to work with influxdb 0.9
- breaking change, renaming 'series' to 'measurement'
- breaking change for values of time_precision

## 2.0.0
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
Expand Down
2 changes: 1 addition & 1 deletion logstash-output-influxdb.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-output-influxdb'
s.version = '2.0.2'
s.version = '3.0.0'
s.licenses = ['Apache License (2.0)']
s.summary = "This output lets you output Metrics to InfluxDB"
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"
Expand Down

0 comments on commit 0db6305

Please sign in to comment.