Skip to content

Commit 95393db

Browse files
committed
chore(release): release v0.4.2
1 parent dae7d9a commit 95393db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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.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+
811
### v0.4.1 (08 March 2022)
912
* [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)
1013

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

0 commit comments

Comments
 (0)