Skip to content

Commit 80081af

Browse files
authored
chore: bump to 1.10.2 (#282)
1 parent be6aa08 commit 80081af

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.10.2] - 2021-02-04
10+
11+
### Fixed
12+
13+
* **Utilities**: Correctly handle and list multiple exceptions in SQS batch processing utility.
14+
* **Docs*:: Fix typos on AppConfig docstring import, and `SnsModel` typo in parser.
15+
916
## [1.10.1] - 2021-01-19
1017

1118
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "1.10.1"
3+
version = "1.10.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
include = ["aws_lambda_powertools/py.typed"]

0 commit comments

Comments
 (0)