Skip to content

Commit d391867

Browse files
committed
chore: bump version to 1.1.2
1 parent 6215fd6 commit d391867

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.1.2] - 2020-08-16
910
### Fixed
1011
- **Docs**: Clarify confusion on Tracer reuse and `auto_patch=False` statement
1112
- **Logger**: Autocomplete for log statements in PyCharm

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.1"
3+
version = "1.1.2"
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)