From 9e63042fb5bef2f53064e2451147c58123c69190 Mon Sep 17 00:00:00 2001 From: Tom McCarthy Date: Thu, 20 Aug 2020 18:09:12 +0200 Subject: [PATCH] chore: bump version to 1.2.0 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3416db3583..2eaf67cbae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2020-08-20 +### Added +- **Tracer**: capture_method decorator now supports generator functions (including context managers) + ## [1.1.3] - 2020-08-18 ### Fixed - **Logger**: Logs emitted twice, structured and unstructured, due to Lambda configuring the root handler diff --git a/pyproject.toml b/pyproject.toml index 7458636cc74..8cf4d99a30c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.1.3" +version = "1.2.0" description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric" authors = ["Amazon Web Services"] classifiers=[