File tree Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Expand file tree Collapse file tree 5 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments