Skip to content

Commit c29c926

Browse files
authored
chore: bump version to 2.0.3, update changelog (#160)
1 parent 124b381 commit c29c926

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
3+
## 2.0.3 -- 2021-10-14
4+
5+
### Fixes
6+
* load library version via local ClassLoader
7+
([#158](https://github.com/aws/aws-dynamodb-encryption-java/pull/158))
8+
9+
### Maintenance
10+
* chore: upgrade BouncyCastle to 1.69
11+
([#159](https://github.com/aws/aws-dynamodb-encryption-java/pull/159/))
12+
213
## 2.0.2 -- 2021-08-31
314
### Fixes
415
* fix: Allow reading old plaintext records after adding new encrypted field to schema

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You can download the [latest snapshot release][download] or pick it up from Mave
133133
<dependency>
134134
<groupId>com.amazonaws</groupId>
135135
<artifactId>aws-dynamodb-encryption-java</artifactId>
136-
<version>2.0.2</version>
136+
<version>2.0.3</version>
137137
</dependency>
138138
```
139139

examples/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<groupId>software.amazon.cryptools</groupId>
1010
<artifactId>dynamodbencryptionclient-pom</artifactId>
11-
<version>2.0.2</version>
11+
<version>2.0.3</version>
1212
</parent>
1313

1414
<artifactId>dynamodbencryptionclient-sdk1examples</artifactId>
1515
<packaging>jar</packaging>
16-
<version>2.0.2</version>
16+
<version>2.0.3</version>
1717
<name>aws-dynamodb-encryption-java :: SDK1 Examples</name>
1818
<description>Examples for AWS DynamoDB Encryption Client for AWS Java SDK v1</description>
1919

@@ -23,7 +23,7 @@
2323
<maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version>
2424
<maven.compiler.source>8</maven.compiler.source>
2525
<maven.compiler.target>8</maven.compiler.target>
26-
<ddbec.version>2.0.2</ddbec.version>
26+
<ddbec.version>2.0.3</ddbec.version>
2727
</properties>
2828

2929
<dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>software.amazon.cryptools</groupId>
88
<artifactId>dynamodbencryptionclient-pom</artifactId>
9-
<version>2.0.2</version>
9+
<version>2.0.3</version>
1010
<packaging>pom</packaging>
1111

1212
<name>aws-dynamodb-encryption-java :: POM</name>

sdk1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.amazonaws</groupId>
88
<artifactId>aws-dynamodb-encryption-java</artifactId>
9-
<version>2.0.2</version>
9+
<version>2.0.3</version>
1010
<packaging>jar</packaging>
1111
<name>aws-dynamodb-encryption-java :: SDK1</name>
1212
<description>AWS DynamoDB Encryption Client for AWS Java SDK v1</description>

0 commit comments

Comments
 (0)