Skip to content

Commit

Permalink
chore(release): 3.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.8](v3.0.7...v3.0.8) (2020-11-05)

### Bug Fixes

* **HTTPHandler:** do not parse body if value is  None ([bd4402b](bd4402b))
  • Loading branch information
semantic-release-bot committed Nov 5, 2020
1 parent 6f3d7c0 commit b47c05b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lambda_handlers/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Release version number."""
__version__ = '3.0.7' # noqa
__version__ = '3.0.8' # noqa

0 comments on commit b47c05b

Please sign in to comment.