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 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments