Skip to content

Commit

Permalink
chore(release): release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Mar 8, 2022
1 parent ecd1dbd commit bf3471e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Do this to generate your change history

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("


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

### v0.3.3 (17 January 2022)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const LIBRARY_VERSION = "v0.3.3"
const LIBRARY_VERSION = "v0.4.0"

0 comments on commit bf3471e

Please sign in to comment.