Skip to content

Commit

Permalink
Merge pull request #133 from robin-aws/build-with-jdk-8
Browse files Browse the repository at this point in the history
Bump version
robin-aws authored Feb 11, 2021
2 parents 3b71a24 + b2d2c66 commit f104981
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 2.0.1 -- 2021-02-11
### Bugfix
Fixes released jar files to ensure JDK 8 compatibility.

## 2.0.0 -- 2021-02-04
Removes MostRecentProvider.
MostRecentProvider is replaced by CachingMostRecentProvider as of 1.15.0.
2 changes: 1 addition & 1 deletion README.md
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
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-dynamodb-encryption-java</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

6 changes: 3 additions & 3 deletions examples/pom.xml
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@
<parent>
<groupId>software.amazon.cryptools</groupId>
<artifactId>dynamodbencryptionclient-pom</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>

<artifactId>dynamodbencryptionclient-sdk1examples</artifactId>
<packaging>jar</packaging>
<version>2.0.0</version>
<version>2.0.1</version>
<name>aws-dynamodb-encryption-java :: SDK1 Examples</name>
<description>Examples for AWS DynamoDB Encryption Client for AWS Java SDK v1</description>

@@ -27,7 +27,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-dynamodb-encryption-java</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>

<dependency>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>software.amazon.cryptools</groupId>
<artifactId>dynamodbencryptionclient-pom</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>pom</packaging>

<name>aws-dynamodb-encryption-java :: POM</name>
2 changes: 1 addition & 1 deletion sdk1/pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazonaws</groupId>
<artifactId>aws-dynamodb-encryption-java</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>jar</packaging>
<name>aws-dynamodb-encryption-java :: SDK1</name>
<description>AWS DynamoDB Encryption Client for AWS Java SDK v1</description>

0 comments on commit f104981

Please sign in to comment.