From 6c066a8e6d94fcb9724ea28e84a3986f4167b3db Mon Sep 17 00:00:00 2001
From: Cory-Bradshaw <44377622+Cory-Bradshaw@users.noreply.github.com>
Date: Mon, 8 Apr 2019 10:47:33 -0700
Subject: [PATCH] Preparation for v1.10.0 (#540)
---
CHANGELOG.md | 5 ++++-
README.md | 11 ++++-------
pom.xml | 2 +-
.../lib/worker/KinesisClientLibConfiguration.java | 2 +-
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56d1d436..028210ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
-
+### Release 1.10.0 (April 8, 2019)
+[Milestone#31](https://github.com/awslabs/amazon-kinesis-client/milestone/31)
+* Updated License to [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
+ * [PR#522](https://github.com/awslabs/amazon-kinesis-client/pull/522)
## Release 1.9.3 (October 30, 2018)
* Upgraded Apache Commons Lang from 2.6 to 3.7.
* [Issue #370](https://github.com/awslabs/amazon-kinesis-client/issues/370)
diff --git a/README.md b/README.md
index d3fe6b72..22fbb8c7 100644
--- a/README.md
+++ b/README.md
@@ -31,13 +31,10 @@ To make it easier for developers to write record processors in other languages,
## Release Notes
-### Latest Release (1.9.3 - October 30, 2018)
-* Upgraded Apache Commons Lang from 2.6 to 3.7.
- * [Issue #370](https://github.com/awslabs/amazon-kinesis-client/issues/370)
- * [PR #406](https://github.com/awslabs/amazon-kinesis-client/pull/406)
-* Upgraded Google Guava from 10.0 to 26.0-jre.
- * [Issue #416](https://github.com/awslabs/amazon-kinesis-client/issues/416)
- * [PR #421](https://github.com/awslabs/amazon-kinesis-client/pull/421)
+### Latest Release (1.10.0 - April 8, 2019)
+[Milestone#31](https://github.com/awslabs/amazon-kinesis-client/milestone/31)
+* Updated License to [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
+ * [PR#522](https://github.com/awslabs/amazon-kinesis-client/pull/522)
### For remaining release notes check **[CHANGELOG.md][changelog-md]**.
diff --git a/pom.xml b/pom.xml
index 04d3f716..f77c441d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
amazon-kinesis-client
jar
Amazon Kinesis Client Library for Java
- 1.9.4
+ 1.10.0
The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data
from Amazon Kinesis.
diff --git a/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java b/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java
index 225131e1..0e5ab257 100644
--- a/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java
+++ b/src/main/java/com/amazonaws/services/kinesis/clientlibrary/lib/worker/KinesisClientLibConfiguration.java
@@ -126,7 +126,7 @@ public class KinesisClientLibConfiguration {
/**
* User agent set when Amazon Kinesis Client Library makes AWS requests.
*/
- public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.9.3";
+ public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.10.0";
/**
* KCL will validate client provided sequence numbers with a call to Amazon Kinesis before checkpointing for calls