From d6d281c2f2dadd4d071f67d38d0603d663bd1c9f Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Fri, 14 Aug 2020 17:50:41 +0200 Subject: [PATCH] chore: bump to 1.1.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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=[