Skip to content

Commit df16ae3

Browse files
authored
chore: changelog for 3.1.1 release (aws#472)
1 parent d3c7638 commit df16ae3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

5+
3.1.1 -- 2022-06-20
6+
===================
7+
8+
Maintenance
9+
-----------
10+
* Replace deprecated cryptography ``verify_interface`` with ``isinstance``
11+
`#467 <https://github.com/aws/aws-encryption-sdk-python/pull/467>`_
12+
513
3.1.0 -- 2021-11-10
614
===================
715

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

3333

0 commit comments

Comments
 (0)