diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1853a9a2..d3555f29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
# Changelog
+## Release 1.13.0 (November 5, 2019)
+[Milestone#42](https://github.com/awslabs/amazon-kinesis-client/milestone/42)
+* Handling completed and blocked tasks better during graceful shutdown
+ * [PR #640](https://github.com/awslabs/amazon-kinesis-client/pull/640)
+
## Release 1.12.0 (October 17, 2019)
[Milestone#41](https://github.com/awslabs/amazon-kinesis-client/milestone/41)
* Adding logging around shard end codepaths.
diff --git a/README.md b/README.md
index 11ef45fd..a56c8141 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,12 @@ To make it easier for developers to write record processors in other languages,
## Release Notes
-## Latest Release (1.12.0 October 17, 2019)
+## Latest Release (1.13.0 November 5, 2019)
+[Milestone#42](https://github.com/awslabs/amazon-kinesis-client/milestone/42)
+* Handling completed and blocked tasks better during graceful shutdown
+ * [PR #640](https://github.com/awslabs/amazon-kinesis-client/pull/640)
+
+## Release 1.12.0 (October 17, 2019)
[Milestone#41](https://github.com/awslabs/amazon-kinesis-client/milestone/41)
* Adding logging around shard end codepaths
* [PR #585](https://github.com/awslabs/amazon-kinesis-client/pull/585)
diff --git a/pom.xml b/pom.xml
index 37d74f66..bd3959fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
amazon-kinesis-client
jar
Amazon Kinesis Client Library for Java
- 1.13.0-SNAPSHOT
+ 1.13.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 f7a7fa36..4cba9ce8 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
@@ -125,7 +125,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.13.0-SNAPSHOT";
+ public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java-1.13.0";
/**
* KCL will validate client provided sequence numbers with a call to Amazon Kinesis before checkpointing for calls