Skip to content

Commit 2d14c88

Browse files
authored
chore: bump to 1.9.1 (#252)
1 parent bdb3925 commit 2d14c88

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
- **Docs**: Add clarification to Tracer docs for how `capture_method` decorator can cause function responses to be read and serialized.
8+
9+
## [1.9.1] - 2020-12-21
910

1011
### Fixed
1112
- **Logger**: Bugfix to prevent parent loggers with the same name being configured more than once
1213

14+
### Added
15+
- **Docs**: Add clarification to Tracer docs for how `capture_method` decorator can cause function responses to be read and serialized.
16+
- **Utilities**: Added equality to ease testing Event source data classes
17+
- **Package**: Added `py.typed` for initial work needed for PEP 561 compliance
18+
1319
## [1.9.0] - 2020-12-04
1420

1521
### Added

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.9.0"
3+
version = "1.9.1"
44
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed"]

0 commit comments

Comments
 (0)