Skip to content

Commit 949c2c7

Browse files
SalusaSecondusbdonlan
authored andcommitted
1.3.2 release
1 parent 26bd3cb commit 949c2c7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.3.2
4+
5+
### Minor Changes
6+
* Frame size restriction removed again
7+
* Support Builders for use with AWS KMS
8+
* Fix estimateCipherText when used with cached data keys
9+
* Do not automatically set a default region in KmsMasterKeyProvider
10+
311
## 1.3.1
412

513
### Minor changes

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.1</version>
48+
<version>1.3.2</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.1-STAGING</version>
7+
<version>1.3.2</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)