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.4.2 (08 March 2022)
9
+ * [ dae7d9a] ( https://github.com/pactflow/terraform/commit/dae7d9a ) - fix: clean go.mod (Matt Fellows, Tue Mar 8 17:02:50 2022 +1100)
10
+
8
11
### v0.4.1 (08 March 2022)
9
12
* [ d932e61] ( https://github.com/pactflow/terraform/commit/d932e61 ) - fix: make environment resilient to build failuress (Matt Fellows, Tue Mar 8 16:47:30 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.4.1 "
3
+ const LIBRARY_VERSION = "v0.4.2 "
You can’t perform that action at this time.
0 commit comments