We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174f1fa commit a46ebb2Copy full SHA for a46ebb2
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
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
+
13
## [1.1.0] - 2020-08-14
14
### Added
15
- **Logger**: Support for logger inheritance with `child` parameter
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aws_lambda_powertools"
3
-version = "1.1.0"
+version = "1.1.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