From d39186707f92509d7b73ca2227205ac6735d269b Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Sun, 16 Aug 2020 19:33:40 +0200 Subject: [PATCH] chore: bump version to 1.1.2 --- CHANGELOG.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2476c2a53a..61385f19246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2] - 2020-08-16 ### Fixed - **Docs**: Clarify confusion on Tracer reuse and `auto_patch=False` statement - **Logger**: Autocomplete for log statements in PyCharm diff --git a/pyproject.toml b/pyproject.toml index ea087088993..9b4f5ba34e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.1.1" +version = "1.1.2" description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric" authors = ["Amazon Web Services"] classifiers=[