Skip to content

Commit e5e647c

Browse files
authored
chore: changelog for 2.5.0 release (#473)
1 parent ff13d9c commit e5e647c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.rst

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

5+
2.5.0 -- 2022-06-20
6+
===================
7+
8+
Maintenance
9+
------------------------
10+
* Pin ``cryptography`` to last version that supports Python2
11+
512
2.4.0 -- 2021-07-01
613
===================
714

Diff for: 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.4.0"
30+
__version__ = "2.5.0"
3131
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
3232

3333

0 commit comments

Comments
 (0)