From 388ac7e50a3abf0798010091d5094171f4aefc0b Mon Sep 17 00:00:00 2001 From: David Ansari Date: Wed, 18 Dec 2019 17:41:19 +0000 Subject: [PATCH] v1.11.0 --- CHANGELOG.md | 8 ++++++++ config/config.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 020496c9d..96f03ad7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.11.0 + +### Features +- Add syscall for riscv64 architecture [f66e896] +- teamcity reporter: output location of test failure as well as test definition (#626) [9869142] +- teamcity reporter: output newline after every service message (#625) [3cfa02d] +- Add support for go module when running `generate` command (#578) [9c89e3f] + ## 1.10.3 ### Fixes diff --git a/config/config.go b/config/config.go index 89ec2b29a..14c82ec3a 100644 --- a/config/config.go +++ b/config/config.go @@ -20,7 +20,7 @@ import ( "fmt" ) -const VERSION = "1.10.3" +const VERSION = "1.11.0" type GinkgoConfigType struct { RandomSeed int64