Skip to content

Commit

Permalink
chore: bump version, update changelog for v2.3.1 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-chew authored Jun 29, 2021
1 parent 49c8be4 commit d26978e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.3.1 -- 2021-06-29

* fix: read project properties from package's own ClassLoader [(PR #269)](https://github.com/aws/aws-encryption-sdk-java/pull/269)

## 2.3.0 -- 2021-06-16

* feat: AWS KMS multi-Region Key support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can get the latest release from Maven:
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-encryption-sdk-java</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.amazonaws</groupId>
<artifactId>aws-encryption-sdk-java</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<packaging>jar</packaging>

<name>aws-encryption-sdk-java</name>
Expand Down

0 comments on commit d26978e

Please sign in to comment.