Skip to content

Commit

Permalink
chore(release): release v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jun 9, 2020
1 parent 4710769 commit 7ff8e18
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.3 (09 June 2020)
* [4710769](https://github.com/pact-foundation/pact-go/commit/4710769) - chore: allow response body to be traced (Matt Fellows, Tue Jun 9 10:46:04 2020 +1000)

### 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)

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.2"
var version = "v1.4.3"
var cliToolsVersion = "1.82.3"
var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 7ff8e18

Please sign in to comment.