Skip to content

Commit 06e9212

Browse files
AWS Encryption SDK 1.9.1 Release
### [1.9.1](v1.9.0...v1.9.1) (2021-10-28) ### Maintenance * Add back removed CiphertextHeaders.deserialize method ([#383](#383)) ([468625d](468625d)) * CI formatting ([#388](#388)) ([129c2c0](129c2c0)) * update mainline-1.x with new release process ([#385](#385)) ([c55c2d2](c55c2d2))
1 parent 129c2c0 commit 06e9212

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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+
### Maintenance
7+
8+
* 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))
9+
* CI formatting ([#388](https://github.com/aws/aws-encryption-sdk-java/issues/388)) ([129c2c0](https://github.com/aws/aws-encryption-sdk-java/commit/129c2c058fcbfd4b0cf10b2a5ec63dd7f4640a81))
10+
* 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))
11+
312
## 1.9.0 -- 2021-05-27
413

514
* 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)