Skip to content

Commit 03ba270

Browse files
authored
Bump to version 2.0.11. (#137)
1 parent f118042 commit 03ba270

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: RELEASE.CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### March 27, 2024
2+
3+
`2.0.11`:
4+
5+
- Upgrade simplejson to 3.18.4 ([#136](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/136))
6+
17
### February 13, 2024
28

39
`2.0.10`:

Diff for: awslambdaric/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
"""
44

5-
__version__ = "2.0.10"
5+
__version__ = "2.0.11"

0 commit comments

Comments
 (0)