Skip to content

Commit

Permalink
Bump version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Laws committed Feb 26, 2016
1 parent 9b296f0 commit 6656dfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## 3.1.0
- New option to enable SSL/TLS encrypted communication to InfluxDB
- DB parameter now supports sprintf formatting

## 3.0.0
- Update to work with influxdb 0.9
- breaking change, renaming 'series' to 'measurement'
- breaking change for values of time_precision
- Special characters now properly escaped in tag key/value, field key, measurement
- New option to enable SSL/TLS encrypted communication to InfluxDB
- DB parameter now supports sprintf formatting

## 2.0.0
- Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
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 = '3.0.0'
s.version = '3.1.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 6656dfc

Please sign in to comment.