Skip to content

Commit c65e19e

Browse files
committed
Release 1.13.0
Updates changelog to use the right version (1.13.0, not 1.2) and bump version in README.md, pom.xml, and release links. This is the release commit for 1.13.0.
1 parent 23f15e8 commit c65e19e

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-10
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)