From d70d9f75c22923f5a1d9ba06d93ce8c4e7f08196 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Fri, 23 Jul 2021 21:32:16 +0200 Subject: [PATCH] chore: bump 1.18.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32af8abca9..49744f1b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo ## [Unreleased] +## [1.18.1] - 2021-07-23 + +### Bug Fixes + +* **api-gateway:** route regression for non-word and unsafe URI chars ([#556](https://github.com/awslabs/aws-lambda-powertools-python/issues/556)) + ## [1.18.0] - 2021-07-20 ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index e120088793..12d3c68376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.18.0" +version = "1.18.1" 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"]