We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2820cf commit 103d215Copy full SHA for 103d215
CHANGELOG.md
@@ -8,6 +8,13 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
8
9
## [Unreleased]
10
11
+## [1.10.4] - 2021-02-17
12
+
13
+### Fixed
14
15
+* **Docs**: Fix anchor tags to be lower case
16
+* **Docs**: Correct the docs location for the labeller
17
18
## [1.10.3] - 2021-02-04
19
20
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aws_lambda_powertools"
3
-version = "1.10.3"
+version = "1.10.4"
4
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
authors = ["Amazon Web Services"]
6
include = ["aws_lambda_powertools/py.typed"]
0 commit comments