Skip to content

Commit 196b438

Browse files
authored
chore: bump version, update changelog for v2.3.2 (#285)
1 parent ea9db8b commit 196b438

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

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+
327
## 2.3.1 -- 2021-06-29
428

529
* fix: read project properties from package's own ClassLoader [(PR #269)](https://github.com/aws/aws-encryption-sdk-java/pull/269)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can get the latest release from Maven:
5858
<dependency>
5959
<groupId>com.amazonaws</groupId>
6060
<artifactId>aws-encryption-sdk-java</artifactId>
61-
<version>2.3.1</version>
61+
<version>2.3.2</version>
6262
</dependency>
6363
```
6464

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.amazonaws</groupId>
66
<artifactId>aws-encryption-sdk-java</artifactId>
7-
<version>2.3.1</version>
7+
<version>2.3.2</version>
88
<packaging>jar</packaging>
99

1010
<name>aws-encryption-sdk-java</name>

0 commit comments

Comments
 (0)