Skip to content

Commit

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

## Versions

### v1.5.2 (25 March 2021)
* [bae7fd8](https://github.com/pact-foundation/pact-go/commit/bae7fd8) - chore: demonstrate use of loglevel and log dir for TLS provider (Matt Fellows, Thu Mar 25 13:19:45 2021 +1100)
* [8ed3655](https://github.com/pact-foundation/pact-go/commit/8ed3655) - chore: add log level to verifier CLI (Matt Fellows, Thu Mar 25 13:15:44 2021 +1100)
* [a461ee3](https://github.com/pact-foundation/pact-go/commit/a461ee3) - fix: pass PactLogDir to verifier binary. Fixes #156 (Matt Fellows, Thu Mar 25 13:14:45 2021 +1100)
* [2354ed9](https://github.com/pact-foundation/pact-go/commit/2354ed9) - chore: add linter to CI (Matt Fellows, Fri Oct 30 08:58:52 2020 +1100)

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

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

0 comments on commit a9a8afe

Please sign in to comment.