Skip to content

Commit b47c05b

Browse files
chore(release): 3.0.8 [skip ci]
## [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))
1 parent 6f3d7c0 commit b47c05b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.0.8](https://github.com/enter-at/python-aws-lambda-handlers/compare/v3.0.7...v3.0.8) (2020-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **HTTPHandler:** do not parse body if value is None ([bd4402b](https://github.com/enter-at/python-aws-lambda-handlers/commit/bd4402b7f5e5acf0c1c0d1664e109688f484d5ca))
7+
18
## [3.0.7](https://github.com/enter-at/python-aws-lambda-handlers/compare/v3.0.6...v3.0.7) (2020-11-04)
29

310

lambda_handlers/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Release version number."""
2-
__version__ = '3.0.7' # noqa
2+
__version__ = '3.0.8' # noqa

0 commit comments

Comments
 (0)