Skip to content

Commit eefdb4f

Browse files
Amazon S3 Encryption Client 3.6.1 Release -- 2026-02-06
## [3.6.1](v3.6.0...v3.6.1) (2026-02-06) ### Fixes * set instruction file content length ([#501](#501)) ([e32cd09](e32cd09)) ### Maintenance * **release:** release from main-3.x and remove javadocs ([#503](#503)) ([e3bb32d](e3bb32d)) * **release:** Update .releaserc ([#502](#502)) ([80971da](80971da))
1 parent e3bb32d commit eefdb4f

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.1](https://github.com/aws/amazon-s3-encryption-client-java/compare/v3.6.0...v3.6.1) (2026-02-06)
4+
5+
### Fixes
6+
7+
* set instruction file content length ([#501](https://github.com/aws/amazon-s3-encryption-client-java/issues/501)) ([e32cd09](https://github.com/aws/amazon-s3-encryption-client-java/commit/e32cd096259b27c2f422bc04b64392197e497aca))
8+
9+
### Maintenance
10+
11+
* **release:** release from main-3.x and remove javadocs ([#503](https://github.com/aws/amazon-s3-encryption-client-java/issues/503)) ([e3bb32d](https://github.com/aws/amazon-s3-encryption-client-java/commit/e3bb32d0d4c691d51963e4469998231147b5b419))
12+
* **release:** Update .releaserc ([#502](https://github.com/aws/amazon-s3-encryption-client-java/issues/502)) ([80971da](https://github.com/aws/amazon-s3-encryption-client-java/commit/80971da0830088b8d0f62036fb7d0f22e9a4bbce))
13+
314
## [3.6.0](https://github.com/aws/amazon-s3-encryption-client-java/compare/v3.5.0...v3.6.0) (2025-12-16)
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.6.0</version>
9+
<version>3.6.1</version>
1010
<packaging>jar</packaging>
1111

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

0 commit comments

Comments
 (0)