Skip to content

Commit 8621d4e

Browse files
author
Tom McCarthy
authored
chore: bump version to 1.2.0 (#119)
1 parent dbfbf55 commit 8621d4e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.2.0] - 2020-08-20
10+
### Added
11+
- **Tracer**: capture_method decorator now supports generator functions (including context managers)
12+
913
## [1.1.3] - 2020-08-18
1014
### Fixed
1115
- **Logger**: Logs emitted twice, structured and unstructured, due to Lambda configuring the root handler

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