We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6215fd6 + d391867 commit 6b66e0bCopy full SHA for 6b66e0b
CHANGELOG.md
@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [1.1.2] - 2020-08-16
10
### Fixed
11
- **Docs**: Clarify confusion on Tracer reuse and `auto_patch=False` statement
12
- **Logger**: Autocomplete for log statements in PyCharm
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aws_lambda_powertools"
3
-version = "1.1.1"
+version = "1.1.2"
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