File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
11
## 1.3.1
4
12
5
13
### Minor changes
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ You can get the latest release from Maven:
45
45
<dependency >
46
46
<groupId >com.amazonaws</groupId >
47
47
<artifactId >aws-encryption-sdk-java</artifactId >
48
- <version >1.3.1 </version >
48
+ <version >1.3.2 </version >
49
49
</dependency >
50
50
```
51
51
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.amazonaws</groupId >
6
6
<artifactId >aws-encryption-sdk-java</artifactId >
7
- <version >1.3.1-STAGING </version >
7
+ <version >1.3.2 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >aws-encryption-sdk-java</name >
You can’t perform that action at this time.
0 commit comments