Skip to content

Commit

Permalink
Merge pull request #480 from awslabs/pub-v0.15.4
Browse files Browse the repository at this point in the history
Prepare for KPL Release 0.15.4
  • Loading branch information
aakkem committed Feb 17, 2023
2 parents 96e7933 + 0159733 commit d98ba6e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
## Changelog

### 0.15.4

### 0.15.3
* [#478](https://github.com/awslabs/amazon-kinesis-producer/pull/478) Update AWS SDK CPP version

Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -60,6 +60,7 @@ 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.4

### 0.15.3
* [#478](https://github.com/awslabs/amazon-kinesis-producer/pull/478) Update AWS SDK CPP version
Expand Down
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer-sample/pom.xml
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.15.3</version>
<version>0.15.4</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/amazon-kinesis-producer/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-producer</artifactId>
<version>0.15.3</version>
<version>0.15.4</version>
<name>Amazon Kinesis Producer Library</name>

<scm>
Expand Down
Expand Up @@ -11,7 +11,7 @@
public final class GlueSchemaRegistrySerializerInstance {

private volatile GlueSchemaRegistrySerializer instance = null;
private static final String USER_AGENT_APP_NAME = "kpl-0.15.3";
private static final String USER_AGENT_APP_NAME = "kpl-0.15.4";

/**
* Instantiate GlueSchemaRegistrySerializer using the KinesisProducerConfiguration.
Expand Down

0 comments on commit d98ba6e

Please sign in to comment.