From 384ffd3634e0c555631f13fe9c83e889343e684b Mon Sep 17 00:00:00 2001 From: Tom McCarthy Date: Wed, 10 Jun 2020 14:14:54 +0200 Subject: [PATCH] chore: version bump 0.10.1 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d95d87838..508bf669ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1] - 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. + ## [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 400bb3e37b..231b4fcd5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "0.10.0" +version = "0.10.1" description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric" authors = ["Amazon Web Services"] classifiers=[