Skip to content

Commit

Permalink
Release 1.13.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
johnwalker committed Dec 10, 2018
1 parent 23f15e8 commit c65e19e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.2.0 -- 2018-12-10
## 1.13.0 -- 2018-12-10

### Minor Changes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,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>1.12.0</version>
<version>1.13.0</version>
</dependency>
```

Expand Down Expand Up @@ -175,4 +175,4 @@ For signing, the user specified signing key can be either symmetric or asymmetri
[materialprovider]: src/main/java/com/amazonaws/services/dynamodbv2/datamodeling/encryption/providers/EncryptionMaterialsProvider.java
[privatekey]: http://docs.oracle.com/javase/7/docs/api/java/security/PrivateKey.html
[secretkey]: http://docs.oracle.com/javase/7/docs/api/javax/crypto/SecretKey.html
[download]: https://github.com/aws/aws-dynamodb-encryption-java/releases/tag/1.12.0
[download]: https://github.com/aws/aws-dynamodb-encryption-java/releases/tag/1.13.0
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.amazonaws</groupId>
<artifactId>aws-dynamodb-encryption-java</artifactId>
<version>1.12.0</version>
<version>1.13.0</version>
<packaging>jar</packaging>

<name>aws-dynamodb-encryption-java</name>
Expand Down

0 comments on commit c65e19e

Please sign in to comment.