Skip to content

Commit bb26007

Browse files
chore: Prepare for release 2.1.0 (#333)
Bump version in identifiers.py and update changelog
1 parent 0d3cfa6 commit bb26007

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog
33
*********
44

5+
2.1.0 -- 2020-04-20
6+
===================
7+
8+
Maintenance
9+
-----------
10+
* New minimum cryptography dependency 2.5.0 since we're using newer byte type checking
11+
`#308 <https://github.com/aws/aws-encryption-sdk-python/pull/308>`_
12+
* New minimum boto dependency 1.10.0 to ensure KMS Decrypt APIs know about the KeyId parameter
13+
`#317 <https://github.com/aws/aws-encryption-sdk-python/pull/317>`_
14+
* Add python 3.8 and 3.9 to CI and update setup.py to clarify we support them
15+
`#329 <https://github.com/aws/aws-encryption-sdk-python/pull/329>`_
16+
* Update decrypt oracle and test vector handlers with 2.0.0 changes
17+
`#303 <https://github.com/aws/aws-encryption-sdk-python/pull/303>`_
18+
* Added a number of CodeBuild specs to support integration tests and release processes
19+
520
2.0.0 -- 2020-09-24
621
===================
722

src/aws_encryption_sdk/identifiers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# We only actually need these imports when running the mypy checks
2828
pass
2929

30-
__version__ = "2.0.0"
30+
__version__ = "2.1.0"
3131
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
3232

3333

0 commit comments

Comments
 (0)