Skip to content

Commit

Permalink
Update README and CHANGELOG for v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycranmer committed Jun 29, 2021
1 parent a1138a2 commit c9aedbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Release 1.2.0 (June 29th 2021)
* Dependency Updates:
* AWS SDK v1 from `1.11.844` to `1.12.7` ([pull request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/38))
* AWS SDK v2 from `2.13.52` to `2.16.86` ([pull request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/38))
* AWS DynamoDB Streams Kinesis Adapater from `1.5.0` to `1.5.3` ([pull request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/38))
* Guava from `18` to `29.0-jre` ([pull request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/36))
* Jackson from `2.10.1` to `2.12.1` ([pull request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/38))

## Release 1.1.2 (May 27th, 2021)
* Backport Fix issue where KinesisDataFetcher.shutdownFetcher() hangs.
([issue](https://github.com/awslabs/amazon-kinesis-connector-flink/issues/23),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following dependency to your project to start using the connector.
<dependency>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-connector-flink</artifactId>
<version>1.1.2</version>
<version>1.2.0</version>
</dependency>
```

Expand Down

0 comments on commit c9aedbe

Please sign in to comment.