From f01eda16c26f82b27e79cb7efe8c265389be93bf Mon Sep 17 00:00:00 2001 From: "Jon R. Humphrey" Date: Wed, 9 Oct 2024 11:05:07 +0100 Subject: [PATCH] docs: Updated CHANGELOG rubocop linting line-wrap update --- CHANGELOG.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6410133..152c9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ ## 1.5.4 - 2024-10 -- (Jon) Wrapped the Internal Error Instrumentation in an `unless` block to ensure the - application does not report internal errors to the Prometheus metrics when the - error is a 404 or 422 thereby reducing the noise in the Slack alerts channel +- (Jon) Wrapped the Internal Error Instrumentation in an `unless` block to + ensure the application does not report internal errors to the Prometheus + metrics when the error is a 404 or 422 thereby reducing the noise in the Slack + alerts channel ## 1.5.3 - 2024-09