Skip to content

Commit

Permalink
Amazon S3 Encryption Client 3.2.2 Release -- 2024-09-18
Browse files Browse the repository at this point in the history
## [3.2.2](v3.2.1...v3.2.2) (2024-09-18)

### Fixes

* use the configured async client to get the instruction file ([#366](#366)) ([5249bbf](5249bbf))

### Maintenance

* update upload_artifacts ([#349](#349)) ([a21cc35](a21cc35))
  • Loading branch information
semantic-release-bot committed Sep 18, 2024
1 parent 5249bbf commit d167512
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [3.2.2](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.2.1...v3.2.2) (2024-09-18)

### Fixes

* use the configured async client to get the instruction file ([#366](https://github.com/aws/aws-s3-encryption-client-java/issues/366)) ([5249bbf](https://github.com/aws/aws-s3-encryption-client-java/commit/5249bbffbe58f3c14bd5bf8f042fef039896b74e))

### Maintenance

* update upload_artifacts ([#349](https://github.com/aws/aws-s3-encryption-client-java/issues/349)) ([a21cc35](https://github.com/aws/aws-s3-encryption-client-java/commit/a21cc35952f688f12e85df40a62bcd5a1d80a38a))

## [3.2.1](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.2.0...v3.2.1) (2024-08-21)

### Maintenance
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>software.amazon.encryption.s3</groupId>
<artifactId>amazon-s3-encryption-client-java</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<packaging>jar</packaging>

<name>Amazon S3 Encryption Client</name>
Expand Down

0 comments on commit d167512

Please sign in to comment.