From 195c7b54d4f9a9d025cad90b6e7a1fb98bc45a8b Mon Sep 17 00:00:00 2001 From: Tom McCarthy Date: Wed, 10 Jun 2020 15:53:35 +0200 Subject: [PATCH] chore: bump version to 0.11.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 508bf669ea5..f84e5c0e27d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.10.1] - 2020-06-08 +## [0.11.0] - 2020-06-08 ### Fixed - **Metrics**: Fix a bug with Metrics causing an exception to be thrown when logging metrics if dimensions were not explicitly added. +### Changed +- **Metrics**: No longer throws exception by default in case no metrics are emitted when using the log_metrics decorator. + ## [0.10.0] - 2020-06-08 ### Added - **Metrics**: `capture_cold_start_metric` parameter added to `log_metrics` decorator diff --git a/pyproject.toml b/pyproject.toml index 231b4fcd5b0..59d5b2bbbc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "0.10.1" +version = "0.11.0" description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric" authors = ["Amazon Web Services"] classifiers=[