Skip to content

Commit

Permalink
chore(release): release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jun 9, 2020
1 parent f3b8892 commit b957b8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Do this to generate your change history

## Versions

### v1.4.2 (09 June 2020)
* [41c3c52](https://github.com/pact-foundation/pact-go/commit/41c3c52) - fix: use stderr scanner on captureing stderr (Shin'ya UEOKA, Mon Jun 8 23:07:01 2020 +0000)

### v1.4.1 (22 May 2020)
* [0dfbb4b](https://github.com/pact-foundation/pact-go/commit/0dfbb4b) - fix: remove deadlock for large provider tests (Matt Fellows, Thu May 21 22:06:06 2020 +1000)
* [118452e](https://github.com/pact-foundation/pact-go/commit/118452e) - chore: fix typo for no pacts error (Dom Udall, Tue May 19 14:11:03 2020 +0100)
Expand Down
2 changes: 1 addition & 1 deletion command/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/spf13/cobra"
)

var version = "v1.4.1"
var version = "v1.4.2"
var cliToolsVersion = "1.82.3"
var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit b957b8e

Please sign in to comment.