Skip to content

Commit

Permalink
chore(release): release v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Dec 9, 2017
1 parent 25c8a22 commit 5a1cefb
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

### v0.0.11 (10 December 2017)
* [8afba3a](https://github.com/pact-foundation/pact-go/commit/8afba3a) - feat(custom-headers): allow custom headers during provider verification (Matt Fellows, Sun Dec 10 09:32:33 2017 +1100)

### v0.0.10 (12 November 2017)
* [f7ba99f](https://github.com/pact-foundation/pact-go/commit/f7ba99f) - feat(verification): add testing.T to VerifyProvider for better test reporting (Matt Fellows, Sat Nov 11 16:46:00 2017 +1100)
* [7e9d0cc](https://github.com/pact-foundation/pact-go/commit/7e9d0cc) - feat(verification): Expose verification output (Ben Marini, Thu Nov 9 12:34:20 2017 -0800)
Expand Down
2 changes: 1 addition & 1 deletion command/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of Pact Go",
Long: `All software has versions. This is Pact Go's`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Pact Go CLI v0.0.10")
fmt.Println("Pact Go CLI v0.0.11")
},
}

Expand Down

0 comments on commit 5a1cefb

Please sign in to comment.