Skip to content

Commit f1eaaf4

Browse files
committed
chore(release): release v0.7.0
1 parent d492103 commit f1eaaf4

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.7.0 (11 April 2022)
9+
* [d492103](https://github.com/pactflow/terraform/commit/d492103) - feat: administrator support for team resource (Matt Fellows, Mon Apr 11 18:41:13 2022 +1000)
10+
* [e3894e4](https://github.com/pactflow/terraform/commit/e3894e4) - fix: sort user uuids alphanumerically. Fixes #21 (Matt Fellows, Mon Apr 11 11:38:33 2022 +1000)
11+
812
### v0.6.0 (08 April 2022)
913
* [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)
1014

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.6.0"
3+
const LIBRARY_VERSION = "v0.7.0"

0 commit comments

Comments
 (0)