From b9e22451c6747158826bb27ff460dcbc356c753c Mon Sep 17 00:00:00 2001 From: Mari Date: Thu, 30 Nov 2023 12:54:14 +0100 Subject: [PATCH] update changelog again --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fde92b..2764633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ ensure that you match the version that Autometrics uses.** `otel-push-exporter` is enabled - Fixed incorrect duration being recorded when using `#[async_trait]` together with `#[autometrics]` (#161) **Please note that the `#[autometrics]` macro needs to be defined BEFORE `#[async_trait]`.** +- Fixed value of the `result` label being empty when the function is annotated with `#[async_trait]` (#161) ### Autometrics 1.0 compliance