Skip to content

Commit fd909cf

Browse files
committed
Update README and CHANGELOG for v2.4.1
1 parent d745d39 commit fd909cf

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## Release 2.4.1 (October 31st 2022)
4+
* Dependency Updates:
5+
* Jackson from `2.12.7` to `2.13.4`
6+
* Jackson Databind from `2.12.7` to `2.13.4.2`
7+
8+
## Release 1.6.1 (October 31st 2022)
9+
* Dependency Updates:
10+
* Jackson Databind from `2.13.4` to `2.13.4.2`
11+
312
## Release 2.4.0 (September 15th 2022)
413
* Dependency Updates:
514
* AWS SDK v2 from 2.16.86 to 2.17.247 ([pull request](https://github.com/awslabs/amazon-kinesis-connector-flink/pull/55))

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following dependency to your project to start using the connector.
2222
<dependency>
2323
<groupId>software.amazon.kinesis</groupId>
2424
<artifactId>amazon-kinesis-connector-flink</artifactId>
25-
<version>1.5.0</version>
25+
<version>1.6.1</version>
2626
</dependency>
2727
```
2828

@@ -31,7 +31,7 @@ Add the following dependency to your project to start using the connector.
3131
<dependency>
3232
<groupId>software.amazon.kinesis</groupId>
3333
<artifactId>amazon-kinesis-connector-flink</artifactId>
34-
<version>2.4.0</version>
34+
<version>2.4.1</version>
3535
</dependency>
3636
```
3737

0 commit comments

Comments
 (0)