Skip to content

Commit 4fd7b7a

Browse files
zengyu714Yu Zeng
and
Yu Zeng
authored
Preparation for v1.14.7 (#884)
Co-authored-by: Yu Zeng <[email protected]>
1 parent 1ead07c commit 4fd7b7a

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
### Latest Release (1.14.6 - Dec 15, 2021)
3+
### Latest Release (1.14.7 - Dec 22, 2021)
4+
* [#881](https://github.com/awslabs/amazon-kinesis-client/pull/881) Update log4j test dependency from 2.16.0 to 2.17.0 and some other dependencies
5+
6+
### Release (1.14.6 - Dec 15, 2021)
47
* [#876](https://github.com/awslabs/amazon-kinesis-client/pull/876) Update log4j test dependency from 2.15.0 to 2.16.0
58

69
### Release (1.14.5 - Dec 10, 2021)

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ To make it easier for developers to write record processors in other languages,
3434

3535
## Release Notes
3636

37-
### Latest Release (1.14.6 - Dec 15, 2021)
37+
### Latest Release (1.14.7 - Dec 22, 2021)
38+
* [#881](https://github.com/awslabs/amazon-kinesis-client/pull/881) Update log4j test dependency from 2.16.0 to 2.17.0 and some other dependencies
39+
40+
### Release (1.14.6 - Dec 15, 2021)
3841
* [#876](https://github.com/awslabs/amazon-kinesis-client/pull/876) Update log4j test dependency from 2.15.0 to 2.16.0
3942

4043
### Release (1.14.5 - Dec 10, 2021)

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>amazon-kinesis-client</artifactId>
77
<packaging>jar</packaging>
88
<name>Amazon Kinesis Client Library for Java</name>
9-
<version>1.14.6</version>
9+
<version>1.14.7</version>
1010
<description>The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data
1111
from Amazon Kinesis.
1212
</description>

src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public class KinesisClientLibConfiguration {
147147
/**
148148
* User agent set when Amazon Kinesis Client Library makes AWS requests.
149149
*/
150-
public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.14.6";
150+
public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.14.7";
151151

152152
/**
153153
* KCL will validate client provided sequence numbers with a call to Amazon Kinesis before checkpointing for calls

0 commit comments

Comments
 (0)