Skip to content

Commit

Permalink
Amazon S3 Encryption Client 3.1.1 Release -- 2024-01-24
Browse files Browse the repository at this point in the history
## [3.1.1](v3.1.0...v3.1.1) (2024-01-24)

### Fixes

* Close threads when calling PutObject ([#180](#180)) ([45b69fb](45b69fb))

### Maintenance

* allow ToolsDevelopment to Assume CI Role ([#179](#179)) ([a9fdaa3](a9fdaa3))
* fix release script ([#177](#177)) ([60c377b](60c377b))
* update artifact-hunt.yml to pick the version from pom.xml ([#176](#176)) ([9f6b90f](9f6b90f))
* update node version in version step ([#181](#181)) ([49c2069](49c2069))
  • Loading branch information
semantic-release-bot committed Jan 24, 2024
1 parent 49c2069 commit a5d714f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.1.1](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.1.0...v3.1.1) (2024-01-24)


### Fixes

* Close threads when calling PutObject ([#180](https://github.com/aws/aws-s3-encryption-client-java/issues/180)) ([45b69fb](https://github.com/aws/aws-s3-encryption-client-java/commit/45b69fb1f2716f6cf2d114e1b6383670607580a1))


### Maintenance

* allow ToolsDevelopment to Assume CI Role ([#179](https://github.com/aws/aws-s3-encryption-client-java/issues/179)) ([a9fdaa3](https://github.com/aws/aws-s3-encryption-client-java/commit/a9fdaa38ee826902e360fa6db1415e7e44705f99))
* fix release script ([#177](https://github.com/aws/aws-s3-encryption-client-java/issues/177)) ([60c377b](https://github.com/aws/aws-s3-encryption-client-java/commit/60c377b88adf27dda2803f6dfe7c4b493d0f80d8))
* update artifact-hunt.yml to pick the version from pom.xml ([#176](https://github.com/aws/aws-s3-encryption-client-java/issues/176)) ([9f6b90f](https://github.com/aws/aws-s3-encryption-client-java/commit/9f6b90fd8b486ffae0109c32b5308563808d6531))
* update node version in version step ([#181](https://github.com/aws/aws-s3-encryption-client-java/issues/181)) ([49c2069](https://github.com/aws/aws-s3-encryption-client-java/commit/49c2069cd2a190035604d4450ea9d863175e713f))

## [3.1.0](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.0.1...v3.1.0) (2023-08-31)


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.1.0</version>
<version>3.1.1</version>
<packaging>jar</packaging>

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

0 comments on commit a5d714f

Please sign in to comment.