diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ec4ea..cf6d81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Unreleased ----------- +0.2.7 +----- - Changed `tracing` behavior to capture output and only emit it on test failure or when explicitly requested - Bumped minimum `tracing-subscriber` version to 0.2.17 diff --git a/Cargo.toml b/Cargo.toml index 1934ac8..cad35a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-env-log" -version = "0.2.6" +version = "0.2.7" authors = ["Daniel Mueller "] edition = "2018" license = "Apache-2.0 OR MIT"