Skip to content

Commit 4e329ba

Browse files
authored
Add date for 1.3.6 release (#88)
* 1.3.6 release commit We're using minor changes to bump the y version of x.y.z, and Patches to identify updates to z. Both of these are nonbreaking bug fixes, so they should fall under Patch.
1 parent 084452e commit 4e329ba

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
22

3-
## 1.3.6
3+
## 1.3.6 -- 2018-12-10
44

5-
### Minor Changes
5+
### Patches
66
* Fixed typos in Exception messages (excryption -> encryption) #78
77
* Fixed DecryptionMaterialsRequest.Builder to copy EncryptionContext #77
8+
9+
### Maintenance
810
* JML Specifications for CipherBlockHeaders #74
911
* Minor Java code cleanup #73
1012
* Added JML specs in #72

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can get the latest release from Maven:
4545
<dependency>
4646
<groupId>com.amazonaws</groupId>
4747
<artifactId>aws-encryption-sdk-java</artifactId>
48-
<version>1.3.5</version>
48+
<version>1.3.6</version>
4949
</dependency>
5050
```
5151

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.amazonaws</groupId>
66
<artifactId>aws-encryption-sdk-java</artifactId>
7-
<version>1.3.6-SNAPSHOT</version>
7+
<version>1.3.6</version>
88
<packaging>jar</packaging>
99

1010
<name>aws-encryption-sdk-java</name>

0 commit comments

Comments
 (0)