Skip to content

Commit

Permalink
Merge pull request #479 from awslabs/pub-v0.15.3
Browse files Browse the repository at this point in the history
Prepare for KPL release 0.15.3
  • Loading branch information
aakkem committed Feb 14, 2023
2 parents 9f23294 + bcadf94 commit 96e7933
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
## Changelog

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

### 0.15.2
* [#471](https://github.com/awslabs/amazon-kinesis-producer/pull/471) Upgrade Java dependencies

Expand Down
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -61,6 +61,9 @@ This is a restatement of the [notice published](https://docs.aws.amazon.com/stre

## Release Notes

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

### 0.15.2
* [#471](https://github.com/awslabs/amazon-kinesis-producer/pull/471) Upgrade Java dependencies

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.2</version>
<version>0.15.3</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.2</version>
<version>0.15.3</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.2";
private static final String USER_AGENT_APP_NAME = "kpl-0.15.3";

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

0 comments on commit 96e7933

Please sign in to comment.