From 24649bed52835bff12528d47bcd3fec7edc9bc93 Mon Sep 17 00:00:00 2001 From: codito Date: Sun, 28 Jul 2024 16:32:50 +0530 Subject: [PATCH] chore: update CHANGELOG.md for v4.0.254 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dbd71c..32c1dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ Starting with v4.0.x, all the testloggers use a unified changelog for simplicity. For v3.x changelogs, refer to the end of this document. -## Unreleased (v4.0.x) +## Unreleased (v4.1.x) + +## v4.0.254 - 2024/07/28 - Fix: [nunit logger]: standardize start and end times. See #88 and https://github.com/spekt/nunit.testlogger/issues/105. - Fix: [nunit logger]: make attachment description optional. See #87 and https://github.com/spekt/nunit.testlogger/issues/106.