Skip to content

Commit d70d9f7

Browse files
committed
chore: bump 1.18.1
1 parent 470bfe8 commit d70d9f7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.18.1] - 2021-07-23
11+
12+
### Bug Fixes
13+
14+
* **api-gateway:** route regression for non-word and unsafe URI chars ([#556](https://github.com/awslabs/aws-lambda-powertools-python/issues/556))
15+
1016
## [1.18.0] - 2021-07-20
1117

1218
### Bug Fixes

Diff for: 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.18.0"
3+
version = "1.18.1"
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)