We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d061f4 commit 57e70f5Copy full SHA for 57e70f5
RELEASE.CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### June 19, 2024
2
+
3
+`2.0.12`:
4
5
+- Relax simplejson dependency and keep it backwards compatible ([#153](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/152))
6
7
### March 27, 2024
8
9
`2.0.11`:
awslambdaric/__init__.py
@@ -2,4 +2,4 @@
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
"""
-__version__ = "2.0.11"
+__version__ = "2.0.12"
0 commit comments