From d777b5a2abe69db9aebab659a675c584375d4586 Mon Sep 17 00:00:00 2001 From: Tom McCarthy Date: Wed, 17 Feb 2021 09:38:31 +0100 Subject: [PATCH] chore: version bump to 1.10.4 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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"]