Skip to content

Commit 103d215

Browse files
author
Tom McCarthy
authored
chore: version bump to 1.10.4 (#291)
1 parent f2820cf commit 103d215

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
88

99
## [Unreleased]
1010

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+
1118
## [1.10.3] - 2021-02-04
1219

1320
### Added

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "1.10.3"
3+
version = "1.10.4"
44
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed"]

0 commit comments

Comments
 (0)