diff --git a/CHANGELOG.md b/CHANGELOG.md index 780ce5d6..9c4b2ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.2](https://github.com/enter-at/lambda-handlers/compare/v3.0.1...v3.0.2) (2019-10-05) + + +### Bug Fixes + +* **lambda_handler:** gracefully handle None return values ([1f63abe](https://github.com/enter-at/lambda-handlers/commit/1f63abe)) + ## [3.0.1](https://github.com/enter-at/lambda-handlers/compare/v3.0.0...v3.0.1) (2019-10-05) diff --git a/lambda_handlers/version.py b/lambda_handlers/version.py index 1a82e0e1..54819e37 100644 --- a/lambda_handlers/version.py +++ b/lambda_handlers/version.py @@ -1,2 +1,2 @@ """Release version number.""" -__version__ = '3.0.1' # noqa +__version__ = '3.0.2' # noqa