Skip to content

Commit 0b9294a

Browse files
author
Tom McCarthy
authored
chore: bump to 1.6.1 (#177)
1 parent a520b66 commit 0b9294a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.6.1] - 2020-09-23
10+
11+
### Fixed
12+
- **Utilities**: Fix issue with boolean values in DynamoDB stream event data class.
13+
914
## [1.6.0] - 2020-09-22
1015

1116
### Added

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "1.6.0"
3+
version = "1.6.1"
44
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55
authors = ["Amazon Web Services"]
66
classifiers=[

0 commit comments

Comments
 (0)