diff --git a/CHANGELOG.md b/CHANGELOG.md index b139896e10e..be11a7b9867 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0] - 2020-08-14 ### Added - **Logger**: Support for logger inheritance with `child` parameter diff --git a/pyproject.toml b/pyproject.toml index 0f0d9ac6ebe..978696e090a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.0.2" +version = "1.1.0" description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric" authors = ["Amazon Web Services"] classifiers=[