Skip to content

Commit 73c7ddb

Browse files
authored
chore: preflight 4.0.5 release (#797)
1 parent 241c007 commit 73c7ddb

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
*********
44

5+
4.0.5 -- 2026-04-20
6+
===================
7+
8+
Fixes
9+
-----------
10+
* fix: validate encryption materials from cmm are compatible with key commitment policy
11+
`#795 <https://github.com/aws/aws-encryption-sdk-python/pull/795>`_
12+
513
4.0.4 -- 2025-09-03
614
===================
715

src/aws_encryption_sdk/identifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# We only actually need these imports when running the mypy checks
1818
pass
1919

20-
__version__ = "4.0.4"
20+
__version__ = "4.0.5"
2121
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
2222

2323

0 commit comments

Comments
 (0)