Skip to content

Commit 4171ee7

Browse files
committed
chore(release): release v0.9.0
1 parent 9eef63b commit 4171ee7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ Do this to generate your change history
55
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("
66

77

8+
### v0.9.0 (30 June 2022)
9+
* [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)
10+
* [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)
11+
812
### v0.8.0 (06 June 2022)
913
* [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)
1014
* [426b6bb](https://github.com/pactflow/terraform/commit/426b6bb) - feat: support SystemAccount types (Matt Fellows, Sun Jun 5 21:27:18 2022 +1000)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
const LIBRARY_VERSION = "v0.8.0"
3+
const LIBRARY_VERSION = "v0.9.0"

0 commit comments

Comments
 (0)