Skip to content

Commit 6fbad51

Browse files
authored
Bunp version to 2.0.6. (#110)
1 parent 8b34c48 commit 6fbad51

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: RELEASE.CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### August 22, 2023
2+
3+
`2.0.6`:
4+
5+
- Add structured logging implementation ([#101](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/101))
6+
17
### August 16, 2023
28

39
`2.0.5`:

Diff for: 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.5"
5+
__version__ = "2.0.6"

0 commit comments

Comments
 (0)