File tree 5 files changed +17
-6
lines changed
5 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
13
## 2.0.2 -- 2021-08-31
3
14
### Fixes
4
15
* 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
133
133
<dependency >
134
134
<groupId >com.amazonaws</groupId >
135
135
<artifactId >aws-dynamodb-encryption-java</artifactId >
136
- <version >2.0.2 </version >
136
+ <version >2.0.3 </version >
137
137
</dependency >
138
138
```
139
139
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >software.amazon.cryptools</groupId >
10
10
<artifactId >dynamodbencryptionclient-pom</artifactId >
11
- <version >2.0.2 </version >
11
+ <version >2.0.3 </version >
12
12
</parent >
13
13
14
14
<artifactId >dynamodbencryptionclient-sdk1examples</artifactId >
15
15
<packaging >jar</packaging >
16
- <version >2.0.2 </version >
16
+ <version >2.0.3 </version >
17
17
<name >aws-dynamodb-encryption-java :: SDK1 Examples</name >
18
18
<description >Examples for AWS DynamoDB Encryption Client for AWS Java SDK v1</description >
19
19
23
23
<maven-surefire-plugin .version>3.0.0-M3</maven-surefire-plugin .version>
24
24
<maven .compiler.source>8</maven .compiler.source>
25
25
<maven .compiler.target>8</maven .compiler.target>
26
- <ddbec .version>2.0.2 </ddbec .version>
26
+ <ddbec .version>2.0.3 </ddbec .version>
27
27
</properties >
28
28
29
29
<dependencies >
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >software.amazon.cryptools</groupId >
8
8
<artifactId >dynamodbencryptionclient-pom</artifactId >
9
- <version >2.0.2 </version >
9
+ <version >2.0.3 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >aws-dynamodb-encryption-java :: POM</name >
Original file line number Diff line number Diff line change 6
6
<modelVersion >4.0.0</modelVersion >
7
7
<groupId >com.amazonaws</groupId >
8
8
<artifactId >aws-dynamodb-encryption-java</artifactId >
9
- <version >2.0.2 </version >
9
+ <version >2.0.3 </version >
10
10
<packaging >jar</packaging >
11
11
<name >aws-dynamodb-encryption-java :: SDK1</name >
12
12
<description >AWS DynamoDB Encryption Client for AWS Java SDK v1</description >
You can’t perform that action at this time.
0 commit comments