Skip to content

Commit

Permalink
bump version, update CHANGELOG for v2.3.3 (#324)
Browse files Browse the repository at this point in the history
* bump version, update CHANGELOG for v2.3.3

* Fixing BrokenLink in changelog

* rearranging changelog
  • Loading branch information
josecorella authored Aug 26, 2021
1 parent 6433ccd commit 958653b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 2.3.3 -- 2021-08-26

### Maintenance

* chore(deps): bump aws-java-sdk from 1.12.26 to 1.12.54
([#299](https://github.com/aws/aws-encryption-sdk-java/pull/299))
([#301](https://github.com/aws/aws-encryption-sdk-java/pull/301))
([#302](https://github.com/aws/aws-encryption-sdk-java/pull/302))
([#301](https://github.com/aws/aws-encryption-sdk-java/pull/301))
([#311](https://github.com/aws/aws-encryption-sdk-java/pull/311))
([#312](https://github.com/aws/aws-encryption-sdk-java/pull/312))
([#315](https://github.com/aws/aws-encryption-sdk-java/pull/315))
([#317](https://github.com/aws/aws-encryption-sdk-java/pull/317))
([#319](https://github.com/aws/aws-encryption-sdk-java/pull/319))
([#321](https://github.com/aws/aws-encryption-sdk-java/pull/321))
* chore: Bump fmt-maven-plugin from 2.11 to 2.12
([#318](https://github.com/aws/aws-encryption-sdk-java/pull/318))
* chore: Bump mockito-core from 3.11.2 to 3.12.3
([#316](https://github.com/aws/aws-encryption-sdk-java/pull/316))
([#320](https://github.com/aws/aws-encryption-sdk-java/pull/320))
* CI: Compilation with OpenJDK11 and validation with other JDKs
([#293](https://github.com/aws/aws-encryption-sdk-java/pull/293))

## 2.3.2 -- 2021-07-20

### Maintenance
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You can get the latest release from Maven:
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-encryption-sdk-java</artifactId>
<version>2.3.2</version>
<version>2.3.3</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.2</version>
<version>2.3.3</version>
<packaging>jar</packaging>

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

0 comments on commit 958653b

Please sign in to comment.