We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e0aed7 commit 2153057Copy full SHA for 2153057
2 files changed
CHANGELOG.rst
@@ -2,6 +2,16 @@
2
Changelog
3
*********
4
5
+4.0.4 -- 2025-09-03
6
+===================
7
+
8
+Maintenance
9
+-----------
10
+* deps: Extend supported `MPL`_ versions to include v1.11.2
11
+ `#788 <https://github.com/aws/aws-encryption-sdk-python/pull/788>`_
12
13
+ MPL v1.11.2 fixes de-serializing Error_OpaqueWithText
14
15
4.0.3 -- 2025-09-03
16
===================
17
src/aws_encryption_sdk/identifiers.py
@@ -17,7 +17,7 @@
# We only actually need these imports when running the mypy checks
18
pass
19
20
-__version__ = "4.0.3"
+__version__ = "4.0.4"
21
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
22
23
0 commit comments