Skip to content

Commit 5e53bd1

Browse files
Amazon S3 Encryption Client 3.2.1 Release -- 2024-08-21
## [3.2.1](v3.2.0...v3.2.1) (2024-08-21) ### Maintenance * Update Release to use token ([#347](#347)) ([87819d1](87819d1))
1 parent 87819d1 commit 5e53bd1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [3.2.1](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.2.0...v3.2.1) (2024-08-21)
4+
5+
### Maintenance
6+
7+
* Update Release to use token ([#347](https://github.com/aws/aws-s3-encryption-client-java/issues/347)) ([87819d1](https://github.com/aws/aws-s3-encryption-client-java/commit/87819d1af3d5c856b11b38d08ebe256bc4216e60))
8+
39
## [3.2.0](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.1.3...v3.2.0) (2024-08-20)
410

511
### Features

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>software.amazon.encryption.s3</groupId>
88
<artifactId>amazon-s3-encryption-client-java</artifactId>
9-
<version>3.2.0</version>
9+
<version>3.2.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Amazon S3 Encryption Client</name>

0 commit comments

Comments
 (0)