From 2e1be8f7d90e9d3e3e58b0ce470f2f14d075406f Mon Sep 17 00:00:00 2001 From: Andrea Nodari Date: Wed, 21 Nov 2018 17:19:17 +0000 Subject: [PATCH] v1.7.0 --- CHANGELOG.md | 9 +++++++++ config/config.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32370206b..d7d797017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.7.0 + +### New Features +- Add JustAfterEach (#484) [0d4f080] + +### Fixes +- Correctly round suite time in junit reporter [2445fc1] +- Avoid using -i argument to go test for Golang 1.10+ [46bbc26] + ## 1.6.0 ### New Features diff --git a/config/config.go b/config/config.go index d4ed1fa57..5e509313c 100644 --- a/config/config.go +++ b/config/config.go @@ -20,7 +20,7 @@ import ( "fmt" ) -const VERSION = "1.6.0" +const VERSION = "1.7.0" type GinkgoConfigType struct { RandomSeed int64