Skip to content

Commit

Permalink
chore(release): release v1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Feb 4, 2022
1 parent c32cbef commit 2f6d45e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Do this to generate your change history

## Versions

### v1.6.8 (04 February 2022)
* [18c791e](https://github.com/pact-foundation/pact-go/commit/18c791e) - fix: support struct tags for pointers (Sonia Hamilton, Tue Feb 1 10:31:07 2022 +1100)
* [0360e55](https://github.com/pact-foundation/pact-go/commit/0360e55) - refactor(all): Small refactor (#193) (Sasha Melentyev, Sun Dec 26 15:44:11 2021 +0300)
* [c8a5f24](https://github.com/pact-foundation/pact-go/commit/c8a5f24) - refactor(all): small refactor (#192) (Sasha Melentyev, Fri Dec 24 05:40:37 2021 +0300)

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

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

0 comments on commit 2f6d45e

Please sign in to comment.