From f425d8dd654dfc09fac9f591b06553b69ee20e06 Mon Sep 17 00:00:00 2001 From: Jack Rothrock Date: Fri, 23 Aug 2024 15:57:36 -0600 Subject: [PATCH] Bump version to 0.0.11 --- CHANGELOG.md | 3 +++ lib/scout_apm/logging/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc34809..eb7259b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.0.11 +* Fix Scout layer capturing in log attributes for background jobs. + ## 0.0.10 * Remove capitalization from action name in the formatter, to match that of the standard format. diff --git a/lib/scout_apm/logging/version.rb b/lib/scout_apm/logging/version.rb index a31f7bc..a602abc 100644 --- a/lib/scout_apm/logging/version.rb +++ b/lib/scout_apm/logging/version.rb @@ -2,6 +2,6 @@ module ScoutApm module Logging - VERSION = '0.0.10' + VERSION = '0.0.11' end end