From 4171ee72b10649dce56c773467c00a6aef7ea1ca Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Thu, 30 Jun 2022 14:12:08 +1000 Subject: [PATCH] chore(release): release v0.9.0 --- CHANGELOG.md | 4 ++++ version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e16304a..7d401386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.9.0 (30 June 2022) + * [d3e052c](https://github.com/pactflow/terraform/commit/d3e052c) - fix: disable forcenew property on user. Fixes #25 (Matt Fellows, Thu Jun 30 14:04:18 2022 +1000) + * [4215464](https://github.com/pactflow/terraform/commit/4215464) - feat: support display name in pacticipant resource (Matt Fellows, Thu Jun 30 14:03:19 2022 +1000) + ### v0.8.0 (06 June 2022) * [376e92f](https://github.com/pactflow/terraform/commit/376e92f) - fix: bug in user resource incorrectly setting/detecting user type (Matt Fellows, Mon Jun 6 11:41:41 2022 +1000) * [426b6bb](https://github.com/pactflow/terraform/commit/426b6bb) - feat: support SystemAccount types (Matt Fellows, Sun Jun 5 21:27:18 2022 +1000) diff --git a/version/version.go b/version/version.go index 8e80de37..3c591275 100644 --- a/version/version.go +++ b/version/version.go @@ -1,3 +1,3 @@ package version -const LIBRARY_VERSION = "v0.8.0" +const LIBRARY_VERSION = "v0.9.0"