From ea727f4e7a4bd104fc3b3caffce49df5612065fb Mon Sep 17 00:00:00 2001 From: Quinn Sinclair Date: Fri, 23 Aug 2024 10:51:47 +0000 Subject: [PATCH] Update version to 2.2.1 --- RELEASE.CHANGELOG.md | 4 ++++ awslambdaric/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index eb78957..ec192cd 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,7 @@ +### August 23, 2024 +`2.2.1`: +- Patch libcurl configure.ac to work with later versions of autoconf ([#166](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/168)) + ### August 8, 2024 `2.2.0`: diff --git a/awslambdaric/__init__.py b/awslambdaric/__init__.py index 7f0a413..755de6a 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.2.0" +__version__ = "2.2.1"