From 54ed3408a6b43da5cb2ba1ccd194e25cb439efd9 Mon Sep 17 00:00:00 2001 From: Ryosuke IWANAGA Date: Fri, 30 Oct 2015 18:28:36 +0900 Subject: [PATCH] Bump version to 0.4.0 --- CHANGELOG.md | 6 ++++++ lib/fluent/plugin/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7bab4..68e6cb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 0.4.0 +- Feature - Add option to ensure Kinesis Stream connection. [#35](https://github.com/awslabs/aws-fluent-plugin-kinesis/pull/35) +- Feature - Add option to support zlib compression. [#39](https://github.com/awslabs/aws-fluent-plugin-kinesis/pull/39) + +Note: We introduced [Semantic Versioning](http://semver.org/) here. + ## 0.3.6 - **Cross account access support**: Added support for cross account access for Amazon Kinesis stream. With this update, you can put reocrds to streams those are owned by other AWS account. This feature is achieved by [AssumeRole](http://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html). diff --git a/lib/fluent/plugin/version.rb b/lib/fluent/plugin/version.rb index 3c91cd7..aa96612 100644 --- a/lib/fluent/plugin/version.rb +++ b/lib/fluent/plugin/version.rb @@ -12,5 +12,5 @@ # language governing permissions and limitations under the License. module FluentPluginKinesis - VERSION = '0.3.6' + VERSION = '0.4.0' end