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