File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Do this to generate your change history
5
5
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("
6
6
7
7
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
+
8
12
### v0.6.0 (08 April 2022)
9
13
* [ 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)
10
14
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
- const LIBRARY_VERSION = "v0.6 .0"
3
+ const LIBRARY_VERSION = "v0.7 .0"
You can’t perform that action at this time.
0 commit comments