We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 056aa36 commit b2557aeCopy full SHA for b2557ae
RELEASE.CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### February 01, 2024
2
+
3
+`2.0.9`:
4
5
+- Log warning on unhandled exceptions. ([#120](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/120))
6
7
### October 30, 2023
8
9
`2.0.8`:
awslambdaric/__init__.py
@@ -2,4 +2,4 @@
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
"""
-__version__ = "2.0.8"
+__version__ = "2.0.9"
0 commit comments