File tree Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Expand file tree Collapse file tree 5 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 1.15.1 -- 2021-02-11
3+ Fixes released jar files to ensure JDK 8 compatibility.
4+
25## 1.15.0 -- 2021-02-04
36Adds the CachingMostRecentProvider and deprecates MostRecentProvider.
47
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ You can download the [latest snapshot release][download] or pick it up from Mave
119119 <dependency >
120120 <groupId >com.amazonaws</groupId >
121121 <artifactId >aws-dynamodb-encryption-java</artifactId >
122- <version >1.15.0 </version >
122+ <version >1.15.1 </version >
123123 </dependency >
124124```
125125
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 >1.15.0 </version >
11+ <version >1.15.1 </version >
1212 </parent >
1313
1414 <artifactId >dynamodbencryptionclient-sdk1examples</artifactId >
1515 <packaging >jar</packaging >
16- <version >1.15.0 </version >
16+ <version >1.15.1 </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
2727 <dependency >
2828 <groupId >com.amazonaws</groupId >
2929 <artifactId >aws-dynamodb-encryption-java</artifactId >
30- <version >1.15.0 </version >
30+ <version >1.15.1 </version >
3131 </dependency >
3232
3333 <dependency >
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 >1.15.0 </version >
9+ <version >1.15.1 </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 >1.15.0 </version >
9+ <version >1.15.1 </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