Skip to content

Commit 0f5ffcf

Browse files
committed
Merge pull request #41 from riywo/v0.4.0
Bump version to 0.4.0
2 parents 963a7b6 + 54ed340 commit 0f5ffcf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 0.4.0
4+
- Feature - Add option to ensure Kinesis Stream connection. [#35](https://github.com/awslabs/aws-fluent-plugin-kinesis/pull/35)
5+
- Feature - Add option to support zlib compression. [#39](https://github.com/awslabs/aws-fluent-plugin-kinesis/pull/39)
6+
7+
Note: We introduced [Semantic Versioning](http://semver.org/) here.
8+
39
## 0.3.6
410

511
- **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).

lib/fluent/plugin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# language governing permissions and limitations under the License.
1313

1414
module FluentPluginKinesis
15-
VERSION = '0.3.6'
15+
VERSION = '0.4.0'
1616
end

0 commit comments

Comments
 (0)