Skip to content

Commit

Permalink
chore(release): release v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Nov 17, 2021
1 parent ad35b25 commit 138ed97
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.6.6 (17 November 2021)
* [ad35b25](https://github.com/pact-foundation/pact-go/commit/ad35b25) - feat: support matching branch selector. Fixes #184 (Matt Fellows, Wed Nov 17 17:32:44 2021 +1100)

### v1.6.5 (09 November 2021)
* [030da88](https://github.com/pact-foundation/pact-go/commit/030da88) - chore: go mod tidy (David Fleming, Mon Nov 8 12:17:25 2021 -0500)
* [3dc7736](https://github.com/pact-foundation/pact-go/commit/3dc7736) - feat: update to standalone 1.88.78 and support new verifier option: --provider-version-branch (David Fleming, Thu Nov 4 15:47:19 2021 -0400)
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.6.5"
var version = "v1.6.6"
var cliToolsVersion = "1.82.3"
var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 138ed97

Please sign in to comment.