diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d9cdc..508c698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## Unreleased - - Changed plugin to use more recent versions of Kinesis Client library and AWS SDK +## 2.0.8 + - Changed plugin to use more recent versions of Kinesis Client library and AWS SDK[#45](https://github.com/logstash-plugins/logstash-input-kinesis/pull/45) ## 2.0.7 - Docs: Set the default_codec doc attribute. diff --git a/lib/logstash/inputs/kinesis/version.rb b/lib/logstash/inputs/kinesis/version.rb index a2916cc..ed888eb 100644 --- a/lib/logstash/inputs/kinesis/version.rb +++ b/lib/logstash/inputs/kinesis/version.rb @@ -2,7 +2,7 @@ module Logstash module Input module Kinesis - VERSION = "2.0.7" + VERSION = "2.0.8" end end end