Skip to content

Commit

Permalink
chore: changelog for 3.1.1 release (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella committed Jun 20, 2022
1 parent d3c7638 commit df16ae3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
*********

3.1.1 -- 2022-06-20
===================

Maintenance
-----------
* Replace deprecated cryptography ``verify_interface`` with ``isinstance``
`#467 <https://github.com/aws/aws-encryption-sdk-python/pull/467>`_

3.1.0 -- 2021-11-10
===================

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__ = "3.1.0"
__version__ = "3.1.1"
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)


Expand Down

0 comments on commit df16ae3

Please sign in to comment.