We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241c007 commit 73c7ddbCopy full SHA for 73c7ddb
2 files changed
CHANGELOG.rst
@@ -2,6 +2,14 @@
2
Changelog
3
*********
4
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
13
4.0.4 -- 2025-09-03
14
===================
15
src/aws_encryption_sdk/identifiers.py
@@ -17,7 +17,7 @@
17
# We only actually need these imports when running the mypy checks
18
pass
19
20
-__version__ = "4.0.4"
+__version__ = "4.0.5"
21
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
22
23
0 commit comments