Skip to content

Commit b5282ce

Browse files
authored
Merge pull request #64 from lizroth/additional_updates
Add rest of minor changes to CHANGELOG, fix version in README.
2 parents bddef69 + 377ace7 commit b5282ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Minor Changes
66
* Move the `aws-encryption-sdk-java` repository from `awslabs` to `aws`.
7+
* Log a warning when an unsupported asymmetric algorithm is used with `JceMasterKey`
8+
* Make `JceMasterKey` case insensitive
9+
* Fix bare aliases not using default region
710

811
## 1.3.2
912

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You can get the latest release from Maven:
4545
<dependency>
4646
<groupId>com.amazonaws</groupId>
4747
<artifactId>aws-encryption-sdk-java</artifactId>
48-
<version>1.3.2</version>
48+
<version>1.3.3</version>
4949
</dependency>
5050
```
5151

0 commit comments

Comments
 (0)