File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
7
## 2.3.0 -- 2021-06-16
4
8
5
9
* 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:
56
56
<dependency >
57
57
<groupId >com.amazonaws</groupId >
58
58
<artifactId >aws-encryption-sdk-java</artifactId >
59
- <version >2.3.0 </version >
59
+ <version >2.3.1 </version >
60
60
</dependency >
61
61
```
62
62
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 >2.3.0 </version >
7
+ <version >2.3.1 </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