diff --git a/CHANGELOG.md b/CHANGELOG.md index ed21d4ee49f..29fb3a2b4cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.10.2] - 2021-02-04 + +### Fixed + +* **Utilities**: Correctly handle and list multiple exceptions in SQS batch processing utility. +* **Docs*:: Fix typos on AppConfig docstring import, and `SnsModel` typo in parser. + ## [1.10.1] - 2021-01-19 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 7d38aa9a2d6..951b905afd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.10.1" +version = "1.10.2" description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric" authors = ["Amazon Web Services"] include = ["aws_lambda_powertools/py.typed"]