Skip to content

Commit 6b66e0b

Browse files
authored
Merge pull request #111 from heitorlessa/chore/bump-1.1.2
chore: bump version to 1.1.2
2 parents 6215fd6 + d391867 commit 6b66e0b

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)