File tree 3 files changed +26
-2
lines changed
3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.3.2 -- 2021-07-19
4
+
5
+ ### Maintenance
6
+
7
+ * Bump maven-gpg-plugin from 1.6 to 3.0.1
8
+ ([ #259 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/259 ) )
9
+ * chore(deps): bump aws-java-sdk from 1.11.704 to 1.12.26
10
+ ([ #284 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/284 ) )
11
+ ([ #281 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/281 ) )
12
+ ([ #280 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/280 ) )
13
+ ([ #278 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/278 ) )
14
+ * Bump maven-javadoc-plugin from 3.0.1 to 3.3.0
15
+ ([ #267 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/267 ) )
16
+ * chore: Bump maven-compiler-plugin from 3.8.0 to 3.8.1
17
+ ([ #276 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/276 ) )
18
+ * chore: Bump fmt-maven-plugin from 2.10 to 2.11
19
+ ([ #275 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/275 ) )
20
+ * chore: Bump junit-vintage-engine from 5.7.1 to 5.7.2
21
+ ([ #268 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/268 ) )
22
+ * chore: Bump mockito-core from 3.8.0 to 3.11.2
23
+ ([ #270 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/270 ) )
24
+ * chore: Add support policy
25
+ ([ #274 ] ( https://github.com/aws/aws-encryption-sdk-java/pull/274 ) )
26
+
3
27
## 2.3.1 -- 2021-06-29
4
28
5
29
* fix: read project properties from package's own ClassLoader [ (PR #269 )] ( https://github.com/aws/aws-encryption-sdk-java/pull/269 )
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ You can get the latest release from Maven:
58
58
<dependency >
59
59
<groupId >com.amazonaws</groupId >
60
60
<artifactId >aws-encryption-sdk-java</artifactId >
61
- <version >2.3.1 </version >
61
+ <version >2.3.2 </version >
62
62
</dependency >
63
63
```
64
64
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.1 </version >
7
+ <version >2.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