Skip to content

Commit

Permalink
chore(release): release v1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Dec 20, 2021
1 parent 5160a01 commit bc56faa
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.7 (20 December 2021)
* [5160a01](https://github.com/pact-foundation/pact-go/commit/5160a01) - fix: allow provider log level to be set/logged to file (Matt Fellows, Mon Dec 20 16:28:15 2021 +1100)

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

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

0 comments on commit bc56faa

Please sign in to comment.