Skip to content

Commit a287869

Browse files
authored
Bump version to 2.2.0 (#167)
1 parent a37a43a commit a287869

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 8, 2024
2+
3+
`2.2.0`:
4+
5+
- Propogate error type in header when reporting init error to RAPID ([#166](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/166))
6+
17
### July 31, 2024
28

39
`2.1.0`:

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.1.0"
5+
__version__ = "2.2.0"

0 commit comments

Comments
 (0)