diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67f3b3a6..a49e44cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,6 @@
## Changelog
+### 0.15.5
+* [#482](https://github.com/awslabs/amazon-kinesis-producer/pull/482) Remove the stream arn parameter when the next token is present
### 0.15.4
diff --git a/README.md b/README.md
index ffc8347a..208da1cf 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,9 @@ If you have further questions [please open a GitHub Issue](https://github.com/aw
This is a restatement of the [notice published](https://docs.aws.amazon.com/streams/latest/dev/kinesis-kpl-upgrades.html) in the [Amazon Kinesis Data Streams Developer Guide][kinesis-developer-guide]
## Release Notes
+### 0.15.5
+* [#482](https://github.com/awslabs/amazon-kinesis-producer/pull/482) Remove the stream arn parameter when the next token is present
+
### 0.15.4
### 0.15.3
diff --git a/aws/kinesis/core/kinesis_producer.cc b/aws/kinesis/core/kinesis_producer.cc
index 2e7cbd9f..fe65b5c3 100644
--- a/aws/kinesis/core/kinesis_producer.cc
+++ b/aws/kinesis/core/kinesis_producer.cc
@@ -45,7 +45,7 @@ struct EndpointConfiguration {
sts_endpoint_(sts_endpoint) {}
};
-const constexpr char* kVersion = "0.14.13N";
+const constexpr char* kVersion = "0.15.5N";
const std::unordered_map< std::string, EndpointConfiguration > kRegionEndpointOverride = {
{ "cn-north-1", { "kinesis.cn-north-1.amazonaws.com.cn", "monitoring.cn-north-1.amazonaws.com.cn" } },
{ "cn-northwest-1", { "kinesis.cn-northwest-1.amazonaws.com.cn", "monitoring.cn-northwest-1.amazonaws.com.cn" } }
diff --git a/java/amazon-kinesis-producer-sample/pom.xml b/java/amazon-kinesis-producer-sample/pom.xml
index fa30a5de..a5caf207 100644
--- a/java/amazon-kinesis-producer-sample/pom.xml
+++ b/java/amazon-kinesis-producer-sample/pom.xml
@@ -56,7 +56,7 @@
com.amazonaws
amazon-kinesis-producer
- 0.15.4
+ 0.15.5
org.slf4j
diff --git a/java/amazon-kinesis-producer/pom.xml b/java/amazon-kinesis-producer/pom.xml
index 38bf84c0..0c82fe93 100644
--- a/java/amazon-kinesis-producer/pom.xml
+++ b/java/amazon-kinesis-producer/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.amazonaws
amazon-kinesis-producer
- 0.15.4
+ 0.15.5
Amazon Kinesis Producer Library
diff --git a/java/amazon-kinesis-producer/src/main/java/com/amazonaws/services/kinesis/producer/GlueSchemaRegistrySerializerInstance.java b/java/amazon-kinesis-producer/src/main/java/com/amazonaws/services/kinesis/producer/GlueSchemaRegistrySerializerInstance.java
index b6be9517..4e24e703 100644
--- a/java/amazon-kinesis-producer/src/main/java/com/amazonaws/services/kinesis/producer/GlueSchemaRegistrySerializerInstance.java
+++ b/java/amazon-kinesis-producer/src/main/java/com/amazonaws/services/kinesis/producer/GlueSchemaRegistrySerializerInstance.java
@@ -11,7 +11,7 @@
public final class GlueSchemaRegistrySerializerInstance {
private volatile GlueSchemaRegistrySerializer instance = null;
- private static final String USER_AGENT_APP_NAME = "kpl-0.15.4";
+ private static final String USER_AGENT_APP_NAME = "kpl-0.15.5";
/**
* Instantiate GlueSchemaRegistrySerializer using the KinesisProducerConfiguration.