diff --git a/CHANGELOG.md b/CHANGELOG.md index 43637713..3090b007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.8](https://github.com/enter-at/python-aws-lambda-handlers/compare/v3.0.7...v3.0.8) (2020-11-05) + + +### Bug Fixes + +* **HTTPHandler:** do not parse body if value is None ([bd4402b](https://github.com/enter-at/python-aws-lambda-handlers/commit/bd4402b7f5e5acf0c1c0d1664e109688f484d5ca)) + ## [3.0.7](https://github.com/enter-at/python-aws-lambda-handlers/compare/v3.0.6...v3.0.7) (2020-11-04) diff --git a/lambda_handlers/version.py b/lambda_handlers/version.py index 82510557..20e0fd93 100644 --- a/lambda_handlers/version.py +++ b/lambda_handlers/version.py @@ -1,2 +1,2 @@ """Release version number.""" -__version__ = '3.0.7' # noqa +__version__ = '3.0.8' # noqa