From cc790fc6fa18858cd82edc28cb89db2db4bbf244 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Thu, 4 Feb 2021 09:22:37 +0100 Subject: [PATCH] chore: bump to 1.10.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"]