From cd620eb17bb45d3710fbc20b161084bf342cd9fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 14:37:02 +0000 Subject: [PATCH] chore(master): release 8.0.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3430f28..d43384a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ 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. +## [8.0.0](https://github.com/spekt/testlogger/compare/v7.1.0...v8.0.0) (2026-01-09) + + +### ⚠ BREAKING CHANGES + +* Drop support for MTP v1. Please use v7.x testloggers if you're using MTP v1 runners. +* Add support for MTP v2 runner. v8.x only supports MTP v2 and VSTest classic runners. See #209. + +### Features + +* Add support for MTP v2 runner. v8.x only supports MTP v2 and VSTest classic runners. See [#209](https://github.com/spekt/testlogger/issues/209). ([ef9ddb1](https://github.com/spekt/testlogger/commit/ef9ddb18a85b96db2e5a4f09e36114f74db6904c)) +* Drop support for MTP v1. Please use v7.x testloggers if you're using MTP v1 runners. ([ef9ddb1](https://github.com/spekt/testlogger/commit/ef9ddb18a85b96db2e5a4f09e36114f74db6904c)) + ## [7.1.0](https://github.com/spekt/testlogger/compare/v7.0.2...v7.1.0) (2025-12-13)