diff --git a/CHANGELOG.md b/CHANGELOG.md index ddf0c84f1..aeadb66e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.10.1 + +## Fixes +- stack backtrace: fix skipping (#600) [2a4c0bd] + ## 1.10.0 ## Fixes diff --git a/config/config.go b/config/config.go index 6845746e8..ac55a5ad2 100644 --- a/config/config.go +++ b/config/config.go @@ -20,7 +20,7 @@ import ( "fmt" ) -const VERSION = "1.10.0" +const VERSION = "1.10.1" type GinkgoConfigType struct { RandomSeed int64