Skip to content

Commit d829a23

Browse files
Amazon S3 Encryption Client 3.6.0 Release -- 2025-12-16
## [3.6.0](v3.5.0...v3.6.0) (2025-12-16) ### Features * Updates to the S3 Encryption Client ([#489](#489)) ([2b13cf2](2b13cf2)) ### Maintenance * Add 's3:HeadObject' action to S3 bucket policies ([#488](#488)) ([c24b358](c24b358)) * update releaserc ([#490](#490)) ([51d4635](51d4635))
1 parent 51d4635 commit d829a23

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.6.0](https://github.com/aws/amazon-s3-encryption-client-java/compare/v3.5.0...v3.6.0) (2025-12-16)
4+
5+
### Features
6+
7+
* Updates to the S3 Encryption Client ([#489](https://github.com/aws/amazon-s3-encryption-client-java/issues/489)) ([2b13cf2](https://github.com/aws/amazon-s3-encryption-client-java/commit/2b13cf2a4f68651fb09b15b489a8fa8a8d8380ce))
8+
9+
### Maintenance
10+
11+
* Add 's3:HeadObject' action to S3 bucket policies ([#488](https://github.com/aws/amazon-s3-encryption-client-java/issues/488)) ([c24b358](https://github.com/aws/amazon-s3-encryption-client-java/commit/c24b358f15996a0db73c4eed690eb01b93383adf))
12+
* update releaserc ([#490](https://github.com/aws/amazon-s3-encryption-client-java/issues/490)) ([51d4635](https://github.com/aws/amazon-s3-encryption-client-java/commit/51d46350945041f990d0486f5e7c0c5bb32aa453))
13+
314
## [3.5.0](https://github.com/aws/aws-s3-encryption-client-java/compare/v3.4.0...v3.5.0) (2025-10-27)
415

516
### Features

pom.xml

Lines changed: 1 addition & 1 deletion
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.5.0</version>
9+
<version>3.6.0</version>
1010
<packaging>jar</packaging>
1111

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

0 commit comments

Comments
 (0)