File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.3.1 -- 2021-06-29
4+
5+ * fix: read project properties from package's own ClassLoader [ (PR #269 )] ( https://github.com/aws/aws-encryption-sdk-java/pull/269 )
6+
37## 2.3.0 -- 2021-06-16
48
59* feat: AWS KMS multi-Region Key support
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ You can get the latest release from Maven:
5656<dependency >
5757 <groupId >com.amazonaws</groupId >
5858 <artifactId >aws-encryption-sdk-java</artifactId >
59- <version >2.3.0 </version >
59+ <version >2.3.1 </version >
6060</dependency >
6161```
6262
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 >2.3.0 </version >
7+ <version >2.3.1 </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