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.5.0 (21 March 2022)
9
+ * [ 80ccad5] ( https://github.com/pactflow/terraform/commit/80ccad5 ) - feat: support 'contract_requiring_verification_published' event in webhook resource (Matt Fellows, Mon Mar 21 20:47:10 2022 +1100)
10
+ * [ b8b2032] ( https://github.com/pactflow/terraform/commit/b8b2032 ) - docs: update changelog (Matt Fellows, Tue Mar 8 17:08:22 2022 +1100)
7
11
### v0.4.3 (08 March 2022)
8
12
9
13
- [ 6b5ae7e] ( https://github.com/pactflow/terraform/commit/6b5ae7e ) - Feat/environments (#20 ) (Matt Fellows, Tue Mar 8 13:52:05 2022 +1100)
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
- const LIBRARY_VERSION = "v0.4.3 "
3
+ const LIBRARY_VERSION = "v0.5.0 "
You can’t perform that action at this time.
0 commit comments