diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index a6bdfc8..8ae5c33 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,9 @@ +### August 29, 2023 + +`2.0.7`: + +- Allow already structured logs in text format to use level-specific headers for logging protocol ([#111](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/111)) + ### August 22, 2023 `2.0.6`: diff --git a/awslambdaric/__init__.py b/awslambdaric/__init__.py index b3f0ada..b0184d1 100644 --- a/awslambdaric/__init__.py +++ b/awslambdaric/__init__.py @@ -2,4 +2,4 @@ Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. """ -__version__ = "2.0.6" +__version__ = "2.0.7"