Skip to content

bump version, update CHANGELOG for v2.3.3 #324

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 26, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 2.3.3 -- 2021-08-26

### Updates
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In fact I think it makes sense to put all the changes here in the "Maintenance" section.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah that makes more sense

* Javadoc release
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can leave this commit out of the changelog, since it's just the docs update for the prior release.

([#288](https://github.com/aws/aws-encryption-sdk-java/pull/288))
* CI: Compilation with OpenJDK11 and validation with other JDKs
([#293](https://github.com/aws/aws-encryption-sdk-java/pull/293))

### 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))

## 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