From dc66c1b05f9a2f10de197c67975655c3cbdd39b7 Mon Sep 17 00:00:00 2001 From: Zsombor Balogh Date: Wed, 25 May 2022 17:27:09 +0100 Subject: [PATCH] Bump version to 2.0.4 --- RELEASE.CHANGELOG.md | 6 ++++++ awslambdaric/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index 259ac34..d9bdd45 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,9 @@ +### May 25, 2022 +`2.0.4`: +- 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)) +- Improve error output for missing handler ([#70](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/70)) +- Update curl to 7.83.1 ([#79](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/79)) + ### May 4, 2022 `2.0.3`: - Add changelog ([#75](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/75)) diff --git a/awslambdaric/__init__.py b/awslambdaric/__init__.py index eadc027..d979758 100644 --- a/awslambdaric/__init__.py +++ b/awslambdaric/__init__.py @@ -2,4 +2,4 @@ Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. """ -__version__ = "2.0.3" +__version__ = "2.0.4"