File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Do this to generate your change history
4
4
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
+
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)
7
11
<a name =" 0.0.1 " ></a >
8
12
9
13
### v0.3.3 (17 January 2022)
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
- const LIBRARY_VERSION = "v0.3.3 "
3
+ const LIBRARY_VERSION = "v0.4.0 "
You can’t perform that action at this time.
0 commit comments