From 7fdf1303115261a126acbfc49b77e088f0d4efab Mon Sep 17 00:00:00 2001 From: Tom McCarthy Date: Wed, 23 Sep 2020 15:50:57 +0200 Subject: [PATCH] chore: bump to 1.6.1 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4298915a309..5deb6a8d9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.1] - 2020-09-23 + +### Fixed +- **Utilities**: Fix issue with boolean values in DynamoDB stream event data class. + ## [1.6.0] - 2020-09-22 ### Added diff --git a/pyproject.toml b/pyproject.toml index 803b200a0c9..78f501c9227 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.6.0" +version = "1.6.1" description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric" authors = ["Amazon Web Services"] classifiers=[