File tree Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Expand file tree Collapse file tree 4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 2.0.2 -- 2021-08-31
3+ ### Fixes
4+ * fix: Allow reading old plaintext records after adding new encrypted field to schema
5+ ([ #152 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/152 ) )
6+ * fix: Update user agent string to correctly reflect version
7+ ([ #141 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/141 ) )
8+ * fix: Data model migration doc breadcrumb.
9+ ([ #139 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/139 ) )
10+
11+ ### Maintenance
12+ * chore: bump aws-java-sdk-bom from 1.11.460 to 1.12.51
13+ ([ #154 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/154 ) )
14+ * chore: Add support policy
15+ ([ #149 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/149 ) )
16+ * CI: Create release builds that validate on multiple JDKs
17+ ([ #148 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/148 ) )
18+ * chore: Add format check to CI and format
19+ ([ #146 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/146 ) )
20+ * chore: Add example for MRKs
21+ ([ #145 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/145 ) )
22+ * chore: Add repo-sync actions
23+ ([ #143 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/143 ) )
24+ * chore: Add issue template
25+ ([ #142 ] ( https://github.com/aws/aws-dynamodb-encryption-java/pull/142 ) )
26+
227## 2.0.1 -- 2021-02-12
328### Bugfix
429Fixes released jar files to ensure JDK 8 compatibility.
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.1 </version >
136+ <version >2.0.2 </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.1 </version >
11+ <version >2.0.2 </version >
1212 </parent >
1313
1414 <artifactId >dynamodbencryptionclient-sdk1examples</artifactId >
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.1 </version >
9+ <version >2.0.2 </version >
1010 <packaging >pom</packaging >
1111
1212 <name >aws-dynamodb-encryption-java :: POM</name >
You can’t perform that action at this time.
0 commit comments