diff --git a/CHANGELOG.md b/CHANGELOG.md index dfe297d3d25..011ede905a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo ## [Unreleased] +## [1.10.4] - 2021-02-17 + +### Fixed + +* **Docs**: Fix anchor tags to be lower case +* **Docs**: Correct the docs location for the labeller + ## [1.10.3] - 2021-02-04 ### Added diff --git a/pyproject.toml b/pyproject.toml index a6c8101d760..caeb66b935b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.10.3" +version = "1.10.4" 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"]