diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index 572f874..4f71031 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,9 @@ +### July 31, 2024 + +`2.1.0`: + +- Raise all init errors in init instead of suppressing them until the first invoke ([#163](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/163)) + ### June 19, 2024 `2.0.12`: diff --git a/awslambdaric/__init__.py b/awslambdaric/__init__.py index c0d8290..9d397ae 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.12" +__version__ = "2.1.0"