From 6022d1c44b4c079d1eb49dcc6c264dfd5c64855c Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Sat, 3 Jul 2021 13:45:56 +1000 Subject: [PATCH] chore(release): release v1.5.3 --- CHANGELOG.md | 14 ++++++++++++++ command/version.go | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4d29e2dd..c946d9c0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ Do this to generate your change history ## Versions +### v1.5.3 (03 July 2021) + * [5903b70](https://github.com/pact-foundation/pact-go/commit/5903b70) - fix: handle verification response correctly (bbmokus, Fri Jul 2 16:49:11 2021 +0200) + * [d879a4b](https://github.com/pact-foundation/pact-go/commit/d879a4b) - fix(readme): update link to pact broker (Travis Dixon, Mon Jun 21 08:35:50 2021 +1000) + * [2c7a939](https://github.com/pact-foundation/pact-go/commit/2c7a939) - docs: clarify how the verification runs if both PactURLs and BrokerURL are provided (Matt Fellows, Wed Jun 16 11:16:31 2021 +1000) + * [65f4304](https://github.com/pact-foundation/pact-go/commit/65f4304) - Pass consumer version selectors in VerifyMessageProviderRaw (James Halsall, Tue Jun 15 09:50:46 2021 +0100) + * [629d508](https://github.com/pact-foundation/pact-go/commit/629d508) - docs: add note about roadmap/rust shared core (Matt Fellows, Sun May 30 12:18:41 2021 +1000) + * [a1d589a](https://github.com/pact-foundation/pact-go/commit/a1d589a) - chore: update slack links (Matt Fellows, Sat May 29 22:57:03 2021 +1000) + * [aa482a7](https://github.com/pact-foundation/pact-go/commit/aa482a7) - chore: add link to v3 beta (Matt Fellows, Sat May 29 22:55:59 2021 +1000) + * [bc10b4b](https://github.com/pact-foundation/pact-go/commit/bc10b4b) - fix: Dockerfile to reduce vulnerabilities (snyk-bot, Wed Mar 31 06:18:39 2021 +0000) + * [6d76336](https://github.com/pact-foundation/pact-go/commit/6d76336) - doc: small fix in golang README (Duke, Fri Mar 5 18:17:01 2021 -0300) + * [f0d0443](https://github.com/pact-foundation/pact-go/commit/f0d0443) - refactor: remove unnecessary return (g1stavo, Fri Feb 26 09:41:59 2021 -0300) + * [8cde90c](https://github.com/pact-foundation/pact-go/commit/8cde90c) - docs: omit explicit returns (g1stavo, Fri Feb 26 00:29:10 2021 -0300) + * [d1484a4](https://github.com/pact-foundation/pact-go/commit/d1484a4) - docs: add missing return (g1stavo, Fri Feb 26 00:18:43 2021 -0300) + ### 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) diff --git a/command/version.go b/command/version.go index 8044dd1dd..e71093341 100644 --- a/command/version.go +++ b/command/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var version = "v1.5.2" +var version = "v1.5.3" var cliToolsVersion = "1.82.3" var versionCmd = &cobra.Command{ Use: "version",