File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ 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.6.0 (08 April 2022)
9
+ * [ 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
+
8
11
### v0.5.1 (21 March 2022)
9
12
* [ 9cd0aa5] ( https://github.com/pactflow/terraform/commit/9cd0aa5 ) - fix: release under go 1.16 (Matt Fellows, Mon Mar 21 22:01:49 2022 +1100)
10
13
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
- const LIBRARY_VERSION = "v0.5.1 "
3
+ const LIBRARY_VERSION = "v0.6.0 "
You can’t perform that action at this time.
0 commit comments