From 5c7daa9f93a9c9835b3f608a5023f11d5aa8ed95 Mon Sep 17 00:00:00 2001 From: Luke Waite Date: Wed, 19 Apr 2017 21:13:00 -0400 Subject: [PATCH] Release v0.10.1 --- CHANGELOG.md | 15 ++++++++++----- logstash-input-cloudwatch_logs.gemspec | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aabd71f..f782bba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,31 @@ # Release Notes for `logstash-input-cloudwatch_logs` +## v0.10.1 (2017-04--19) + +### Fixed +* Fixed issue [#16](https://github.com/lukewaite/logstash-input-cloudwatch-logs/issues/16) which prevented loading the plugin ([#17](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/17)) + ## v0.10.0 (2017-04-01) -## Added +### Added * `log_group_prefix` parameter supporting ingesting a set of log groups matching a prefix ([#9](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/9)) -## Fixed +### Fixed * Step back when throttled by Amazon ([#9](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/9)) ## v0.9.4 (2017-03-31) -## Fixed +### Fixed * Fix autoloading of aws-sdk ([#15](https://github.com/lukewaite/logstash-input-cloudwatch-logs/pull/15)) ## v0.9.3 (2016-12-22) -## Added +### Added * Support for Logstash version 5.x ([#6e7cc5d](https://github.com/lukewaite/logstash-input-cloudwatch-logs/commit/6e7cc5decdcd7a8d8528d42a7b040b1d2f3a3490)) ## v0.9.2 (2016-07-21) -## Added +### Added * Initial publish to RubyGems ## v0.9.1 (2016-07-19) diff --git a/logstash-input-cloudwatch_logs.gemspec b/logstash-input-cloudwatch_logs.gemspec index 998727d..75dc630 100644 --- a/logstash-input-cloudwatch_logs.gemspec +++ b/logstash-input-cloudwatch_logs.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'logstash-input-cloudwatch_logs' - s.version = '0.10.0' + s.version = '0.10.1' s.licenses = ['Apache License (2.0)'] s.summary = 'Stream events from CloudWatch Logs.' 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'