diff --git a/CHANGELOG.md b/CHANGELOG.md index b723d4e59..0b5ef20b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.6.0 + +### Features +- `ReportBeforeSuite` provides access to the suite report before the suite begins. +- Add junit config option for omitting leafnodetype (#1088) [956e6d2] +- Add support to customize junit report config to omit spec labels (#1087) [de44005] + +### Fixes +- Fix stack trace pruning so that it has a chance of working on windows [2165648] + ## 2.5.1 ### Fixes diff --git a/types/version.go b/types/version.go index 7745c9a7c..b874ca0fd 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.5.1" +const VERSION = "2.6.0"