Skip to content

Commit a46ebb2

Browse files
committed
chore: bump patch version
Signed-off-by: heitorlessa <[email protected]>
1 parent 174f1fa commit a46ebb2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.1.1] - 2020-08-14
10+
### Fixed
11+
- **Logger**: Regression on `Logger` level not accepting `int` i.e. `Logger(level=logging.INFO)`
12+
913
## [1.1.0] - 2020-08-14
1014
### Added
1115
- **Logger**: Support for logger inheritance with `child` parameter

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.1.0"
3+
version = "1.1.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)