From 22e13bcf7c5f8e6159077e3c2146cc20a4ac8f7e Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Fri, 8 Apr 2022 16:37:22 +1000 Subject: [PATCH] chore(release): release v0.6.0 --- CHANGELOG.md | 3 +++ version/version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 327c844b..1eb115e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ Do this to generate your change history git log --pretty=format:' * [%h](https://github.com/pact-foundation/pact-go/commit/%h) - %s (%an, %ad)' vX.Y.Z..HEAD | egrep -v "wip(:|\()" | grep -v "docs(" | grep -v "chore(" | grep -v Merge | grep -v "test(" +### v0.6.0 (08 April 2022) + * [6beb9a0](https://github.com/pactflow/terraform/commit/6beb9a0) - feat: add main_branch property to applications (Matt Fellows, Fri Apr 8 16:15:38 2022 +1000) + ### v0.5.1 (21 March 2022) * [9cd0aa5](https://github.com/pactflow/terraform/commit/9cd0aa5) - fix: release under go 1.16 (Matt Fellows, Mon Mar 21 22:01:49 2022 +1100) diff --git a/version/version.go b/version/version.go index 8e71f475..c0932bba 100644 --- a/version/version.go +++ b/version/version.go @@ -1,3 +1,3 @@ package version -const LIBRARY_VERSION = "v0.5.1" +const LIBRARY_VERSION = "v0.6.0"