Skip to content

Commit 8617447

Browse files
AWS Encryption SDK 1.9.1 Release
### [1.9.1](v1.9.0...v1.9.1) (2021-10-28) ### Fixes * "AWS Encryption SDK 1.9.1 Release" ([#389](#389)) ([f58051d](f58051d)) * "AWS Encryption SDK 1.9.1 Release" ([#391](#391)) ([cacee86](cacee86)) ### Maintenance * Add back removed CiphertextHeaders.deserialize method ([#383](#383)) ([468625d](468625d)) * add corretto11 ([#390](#390)) ([f3140a7](f3140a7)) * CI formatting ([#388](#388)) ([129c2c0](129c2c0)) * fix typo ([#392](#392)) ([f1f8d9f](f1f8d9f)) * update mainline-1.x with new release process ([#385](#385)) ([c55c2d2](c55c2d2))
1 parent f1f8d9f commit 8617447

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
### [1.9.1](https://github.com/aws/aws-encryption-sdk-java/compare/v1.9.0...v1.9.1) (2021-10-28)
4+
5+
6+
### Fixes
7+
8+
* "AWS Encryption SDK 1.9.1 Release" ([#389](https://github.com/aws/aws-encryption-sdk-java/issues/389)) ([f58051d](https://github.com/aws/aws-encryption-sdk-java/commit/f58051d92ef7ed86ed2c198f286baf9abefe5537))
9+
* "AWS Encryption SDK 1.9.1 Release" ([#391](https://github.com/aws/aws-encryption-sdk-java/issues/391)) ([cacee86](https://github.com/aws/aws-encryption-sdk-java/commit/cacee86ad07ee162dd9b7de6f37ba6de89428600))
10+
11+
12+
### Maintenance
13+
14+
* Add back removed CiphertextHeaders.deserialize method ([#383](https://github.com/aws/aws-encryption-sdk-java/issues/383)) ([468625d](https://github.com/aws/aws-encryption-sdk-java/commit/468625d03490ed007b5bfc2c20d04cd4973d798e))
15+
* add corretto11 ([#390](https://github.com/aws/aws-encryption-sdk-java/issues/390)) ([f3140a7](https://github.com/aws/aws-encryption-sdk-java/commit/f3140a7acebded80e07fedc5bc174fe223ec9d25))
16+
* CI formatting ([#388](https://github.com/aws/aws-encryption-sdk-java/issues/388)) ([129c2c0](https://github.com/aws/aws-encryption-sdk-java/commit/129c2c058fcbfd4b0cf10b2a5ec63dd7f4640a81))
17+
* fix typo ([#392](https://github.com/aws/aws-encryption-sdk-java/issues/392)) ([f1f8d9f](https://github.com/aws/aws-encryption-sdk-java/commit/f1f8d9fc9dec9e450cd63cf171048b134dd8d17c))
18+
* update mainline-1.x with new release process ([#385](https://github.com/aws/aws-encryption-sdk-java/issues/385)) ([c55c2d2](https://github.com/aws/aws-encryption-sdk-java/commit/c55c2d205427f62a4c22444bc675cf12d6212e0c))
19+
320
## 1.9.0 -- 2021-05-27
421

522
* feat: Improvements to the message decryption process.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.amazonaws</groupId>
66
<artifactId>aws-encryption-sdk-java</artifactId>
7-
<version>1.9.0</version>
7+
<version>1.9.1</version>
88
<packaging>jar</packaging>
99

1010
<name>aws-encryption-sdk-java</name>

0 commit comments

Comments
 (0)