Skip to content

Commit

Permalink
Merge pull request #347 from yatins47/master
Browse files Browse the repository at this point in the history
Adding release notes for 0.14.6 release.
  • Loading branch information
yatins47 authored Mar 10, 2021
2 parents 6f03342 + 3000fcf commit d01a9de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
### 0.14.6
* [PR #341] Updating Java SDK version in KPL to 1.11.960

### 0.14.5
* [PR #339] Fixing KPL not emmiting Kinesis PutRecords call context metrics.

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ If you have further questions [please open a GitHub Issue](https://github.com/aw
This is a restatement of the [notice published](https://docs.aws.amazon.com/streams/latest/dev/kinesis-kpl-upgrades.html) in the [Amazon Kinesis Data Streams Developer Guide][kinesis-developer-guide]

## Release Notes
### 0.14.6
* [PR #341] Updating Java SDK version in KPL to 1.11.960.

### 0.14.5
* [PR #339] Fixing KPL not emmiting Kinesis PutRecords call context metrics.

Expand Down
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.14.5</version>
<version>0.14.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.14.5</version>
<version>0.14.6</version>
<name>Amazon Kinesis Producer Library</name>

<scm>
Expand Down

0 comments on commit d01a9de

Please sign in to comment.