Skip to content

Commit 2d0c421

Browse files
authored
Merge pull request #112 from alex-pewpew/bump-2.0.7
Bump version to 2.0.7
2 parents 9efb462 + 1c7370e commit 2d0c421

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)