-
Notifications
You must be signed in to change notification settings - Fork 71
bump version, update CHANGELOG for v2.0.2 #155
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
Changes from 1 commit
3be9ec4
1ca999c
43c77cf
a2760d1
63ab8a2
3463137
3764ba7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,4 +1,31 @@ | ||||||
# Changelog | ||||||
## 2.0.2 -- 2021-08-30 | ||||||
Fixes: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. NP
Suggested change
|
||||||
* NPE if reading record without a signature fields | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
([#152](https://github.com/aws/aws-dynamodb-encryption-java/pull/152)) | ||||||
* Add Formatter | ||||||
([#146](https://github.com/aws/aws-dynamodb-encryption-java/pull/146)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would move this down to "maintenance". |
||||||
* Update user agent string to correctly reflect version | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
([#141](https://github.com/aws/aws-dynamodb-encryption-java/pull/141)) | ||||||
* Moving Javadoc to webroot | ||||||
([#140](https://github.com/aws/aws-dynamodb-encryption-java/pull/140)) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove. This was done on the gh-pages branch, so I don't think it belongs here. |
||||||
* Data model migration doc breadcrumb. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
([#139](https://github.com/aws/aws-dynamodb-encryption-java/pull/139)) | ||||||
|
||||||
Maintenance: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. NP
Suggested change
|
||||||
* chore: bump aws-java-sdk-bom from 1.11.460 to 1.12.51 | ||||||
([#154](https://github.com/aws/aws-dynamodb-encryption-java/pull/154)) | ||||||
* chore: Add support policy | ||||||
([#149](https://github.com/aws/aws-dynamodb-encryption-java/pull/149)) | ||||||
* CI: Create release builds that validate on multiple JDKs | ||||||
([#148](https://github.com/aws/aws-dynamodb-encryption-java/pull/148)) | ||||||
* chore: Add exmaple for MRKs | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sometimes I think I can type and then do stuff like this 🤦♂️ |
||||||
([#145](https://github.com/aws/aws-dynamodb-encryption-java/pull/145)) | ||||||
* chore: Add repo-sync actions | ||||||
([#143](https://github.com/aws/aws-dynamodb-encryption-java/pull/143)) | ||||||
* chore: Add issue template | ||||||
([#142](https://github.com/aws/aws-dynamodb-encryption-java/pull/142)) | ||||||
|
||||||
## 2.0.1 -- 2021-02-12 | ||||||
### Bugfix | ||||||
Fixes released jar files to ensure JDK 8 compatibility. | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.