diff --git a/CHANGELOG.md b/CHANGELOG.md index 011ede905a6..75aa5a18c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo ## [Unreleased] +## [1.10.5] - 2021-02-17 + +No changes. Bumped version to trigger new pipeline build for layer publishing. + ## [1.10.4] - 2021-02-17 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index caeb66b935b..eb45c8418c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.10.4" +version = "1.10.5" 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"]