Skip to content

Commit 8ba913f

Browse files
Bump version to 2.0.4 (aws#81)
1 parent d27dc3f commit 8ba913f

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+
### May 25, 2022
2+
`2.0.4`:
3+
- Update os distro and runtime versions in compatibility tests, source base images from Amazon ECR Public ([#80](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/80))
4+
- Improve error output for missing handler ([#70](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/70))
5+
- Update curl to 7.83.1 ([#79](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/79))
6+
17
### May 4, 2022
28
`2.0.3`:
39
- Add changelog ([#75](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/75))

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.3"
5+
__version__ = "2.0.4"

0 commit comments

Comments
 (0)