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"