File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
16
## [ 1.10.1] - 2021-01-19
10
17
11
18
### Fixed
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_lambda_powertools"
3
- version = " 1.10.1 "
3
+ version = " 1.10.2 "
4
4
description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
5
authors = [" Amazon Web Services" ]
6
6
include = [" aws_lambda_powertools/py.typed" ]
You can’t perform that action at this time.
0 commit comments