diff --git a/CHANGELOG.md b/CHANGELOG.md index a3cbfcea3..ddf0c84f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.10.0 + +## Fixes +- stack backtrace: fix alignment and skipping [66915d6] +- fix typo in documentation [8f97b93] + ## 1.9.0 ## Features diff --git a/config/config.go b/config/config.go index ea1d5d6b7..6845746e8 100644 --- a/config/config.go +++ b/config/config.go @@ -20,7 +20,7 @@ import ( "fmt" ) -const VERSION = "1.9.0" +const VERSION = "1.10.0" type GinkgoConfigType struct { RandomSeed int64