Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
Co-authored-by: George Blue <gblue@pivotal.io>
  • Loading branch information
Andrea Nodari and blgm committed Jul 17, 2018
1 parent 69338ec commit 3774a09
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.6.0

### New Features
- add --debug flag to emit node output to files (#499) [39febac]

### Fixes
- fix: for `go vet` to pass [69338ec]
- docs: fix for contributing instructions [7004cb1]
- consolidate and streamline contribution docs (#494) [d848015]
- Make generated Junit file compatable with "Maven Surefire" (#488) [e51bee6]
- all: gofmt [000d317]
- Increase eventually timeout to 30s [c73579c]
- Clarify asynchronous test behaviour [294d8f4]
- Travis badge should only show master [26d2143]

## 1.5.0 5/10/2018

### New Features
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"fmt"
)

const VERSION = "1.5.0"
const VERSION = "1.6.0"

type GinkgoConfigType struct {
RandomSeed int64
Expand Down

0 comments on commit 3774a09

Please sign in to comment.