We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a786c8 commit fe248d6Copy full SHA for fe248d6
2 files changed
CHANGELOG.rst
@@ -2,6 +2,14 @@
2
Changelog
3
*********
4
5
+3.3.1 -- 2026-04-20
6
+===================
7
+
8
+Fixes
9
+-----------
10
+* fix: validate encryption materials from cmm are compatible with key commitment policy
11
+ `#796 <https://github.com/aws/aws-encryption-sdk-python/pull/796>`_
12
13
3.3.0 -- 2024-05-20
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__ = "3.3.0"
+__version__ = "3.3.1"
21
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
22
23
0 commit comments