File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
7
7
8
8
## [ Unreleased]
9
9
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
+
10
16
## [ 1.18.0] - 2021-07-20
11
17
12
18
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_lambda_powertools"
3
- version = " 1.18.0 "
3
+ version = " 1.18.1 "
4
4
description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
5
authors = [" Amazon Web Services" ]
6
6
include = [" aws_lambda_powertools/py.typed" ]
You can’t perform that action at this time.
0 commit comments