Skip to content

Commit

Permalink
chore(release): release v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Oct 9, 2020
1 parent 65822cd commit 8940c41
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.5.1 (09 October 2020)
* [65822cd](https://github.com/pact-foundation/pact-go/commit/65822cd) - fix: misleading error message in certain verification scenarios (Matt Fellows, Fri Oct 9 23:59:37 2020 +1100)

### v1.5.0 (08 October 2020)
* [d3abbd8](https://github.com/pact-foundation/pact-go/commit/d3abbd8) - feat: allow setting of ProviderTags on VerifyMessageRequest (James Halsall, Tue Sep 15 08:57:24 2020 +0100)
* [d3c15fb](https://github.com/pact-foundation/pact-go/commit/d3c15fb) - docs: close img tag so it is valid mdx for docs.pact.io (Beth Skurrie, Sat Aug 15 18:02:16 2020 +1000)
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.5.0"
var version = "v1.5.1"
var cliToolsVersion = "1.82.3"
var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 8940c41

Please sign in to comment.