Skip to content

Commit 1e8a4ab

Browse files
committed
chore: Update CHANGELOG for v4.0.2
1 parent 0dd4e16 commit 1e8a4ab

File tree

8 files changed

+17
-7
lines changed

8 files changed

+17
-7
lines changed

CHANGELOG.rst

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

5+
4.0.2 -- 2025-06-30
6+
===================
7+
8+
Maintenance
9+
-----------
10+
* deps: Extend supported `MPL`_ versions to include v1.11.0
11+
* CI: Use Github Actions to start CodeBuild builds (#762 (https://github.com/aws/aws-encryption-sdk-python/pull/762))
12+
* Update SUPPORT_POLICY.rst (#756 (https://github.com/aws/aws-encryption-sdk-python/pull/756))
13+
* deps: bump setuptools from 66.1.1 to 70.0.0 in /dev_requirements (#712 (https://github.com/aws/aws-encryption-sdk-python/pull/712))
14+
515
4.0.1 -- 2025-03-26
616
===================
717

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Required Prerequisites
4242
Recommended Prerequisites
4343
=========================
4444

45-
* aws-cryptographic-material-providers: == 1.10.0
45+
* aws-cryptographic-material-providers: == 1.11.0
4646
* Requires Python 3.11+.
4747

4848
Installation

performance_tests/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Required Prerequisites
4949
Recommended Prerequisites
5050
=========================
5151

52-
* aws-cryptographic-material-providers: == 1.10.0
52+
* aws-cryptographic-material-providers: == 1.11.0
5353
* Requires Python 3.11+.
5454

5555
*****
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aws-cryptographic-material-providers>=1.7.4,<=1.10.0
1+
aws-cryptographic-material-providers>=1.7.4,<=1.11.0

requirements_mpl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aws-cryptographic-material-providers>=1.7.4,<=1.10.0
1+
aws-cryptographic-material-providers>=1.7.4,<=1.11.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_requirements():
4040
license="Apache License 2.0",
4141
install_requires=get_requirements(),
4242
extras_require={
43-
"MPL": ["aws-cryptographic-material-providers>=1.7.4,<=1.10.0"],
43+
"MPL": ["aws-cryptographic-material-providers>=1.7.4,<=1.11.0"],
4444
},
4545
classifiers=[
4646
"Development Status :: 5 - Production/Stable",

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.1"
20+
__version__ = "4.0.2"
2121
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
2222

2323

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
aws-cryptographic-material-providers>=1.7.4,<=1.10.0
1+
aws-cryptographic-material-providers>=1.7.4,<=1.11.0

0 commit comments

Comments
 (0)