We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a520b66 commit 0b9294aCopy full SHA for 0b9294a
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.6.1] - 2020-09-23
10
+
11
+### Fixed
12
+- **Utilities**: Fix issue with boolean values in DynamoDB stream event data class.
13
14
## [1.6.0] - 2020-09-22
15
16
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aws_lambda_powertools"
3
-version = "1.6.0"
+version = "1.6.1"
4
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
authors = ["Amazon Web Services"]
classifiers=[
0 commit comments