Skip to content

Commit 1c7370e

Browse files
committed
Bump version to 2.0.7
1 parent 9efb462 commit 1c7370e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

RELEASE.CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### August 29, 2023
2+
3+
`2.0.7`:
4+
5+
- 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))
6+
17
### August 22, 2023
28

39
`2.0.6`:

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.6"
5+
__version__ = "2.0.7"

0 commit comments

Comments
 (0)