Skip to content

Commit bf3471e

Browse files
committed
chore(release): release v0.4.0
1 parent ecd1dbd commit bf3471e

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
@@ -4,6 +4,10 @@ Do this to generate your change history
44

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

7+
8+
### v0.4.0 (08 March 2022)
9+
* [ecd1dbd](https://github.com/pactflow/terraform/commit/ecd1dbd) - docs: add environments to readme (Matt Fellows, Tue Mar 8 13:56:59 2022 +1100)
10+
* [6b5ae7e](https://github.com/pactflow/terraform/commit/6b5ae7e) - Feat/environments (#20) (Matt Fellows, Tue Mar 8 13:52:05 2022 +1100)
711
<a name="0.0.1"></a>
812

913
### v0.3.3 (17 January 2022)

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

0 commit comments

Comments
 (0)