Skip to content

chore: Prepare for release 2.1.0 #333

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 1 commit into from
Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from all 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
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog
*********

2.1.0 -- 2020-04-20
===================

Maintenance
-----------
* New minimum cryptography dependency 2.5.0 since we're using newer byte type checking
`#308 <https://github.com/aws/aws-encryption-sdk-python/pull/308>`_
* New minimum boto dependency 1.10.0 to ensure KMS Decrypt APIs know about the KeyId parameter
`#317 <https://github.com/aws/aws-encryption-sdk-python/pull/317>`_
* Add python 3.8 and 3.9 to CI and update setup.py to clarify we support them
`#329 <https://github.com/aws/aws-encryption-sdk-python/pull/329>`_
* Update decrypt oracle and test vector handlers with 2.0.0 changes
`#303 <https://github.com/aws/aws-encryption-sdk-python/pull/303>`_
* Added a number of CodeBuild specs to support integration tests and release processes

2.0.0 -- 2020-09-24
===================

Expand Down
2 changes: 1 addition & 1 deletion src/aws_encryption_sdk/identifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# We only actually need these imports when running the mypy checks
pass

__version__ = "2.0.0"
__version__ = "2.1.0"
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)


Expand Down