Skip to content

Commit 562414a

Browse files
authored
Merge pull request #67 from johnwalker/newrelease
Update to correct release date
2 parents c5956c6 + c65e19e commit 562414a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 1.2.0 -- 2018-12-05
3+
## 1.13.0 -- 2018-12-10
44

55
### Minor Changes
66

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You can download the [latest snapshot release][download] or pick it up from Mave
117117
<dependency>
118118
<groupId>com.amazonaws</groupId>
119119
<artifactId>aws-dynamodb-encryption-java</artifactId>
120-
<version>1.12.0</version>
120+
<version>1.13.0</version>
121121
</dependency>
122122
```
123123

@@ -175,4 +175,4 @@ For signing, the user specified signing key can be either symmetric or asymmetri
175175
[materialprovider]: src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/encryption/providers/EncryptionMaterialsProvider.java
176176
[privatekey]: http://docs.oracle.com/javase/7/docs/api/java/security/PrivateKey.html
177177
[secretkey]: http://docs.oracle.com/javase/7/docs/api/javax/crypto/SecretKey.html
178-
[download]: https://github.com/aws/aws-dynamodb-encryption-java/releases/tag/1.12.0
178+
[download]: https://github.com/aws/aws-dynamodb-encryption-java/releases/tag/1.13.0

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.amazonaws</groupId>
55
<artifactId>aws-dynamodb-encryption-java</artifactId>
6-
<version>1.12.0</version>
6+
<version>1.13.0</version>
77
<packaging>jar</packaging>
88

99
<name>aws-dynamodb-encryption-java</name>

0 commit comments

Comments
 (0)