We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f31f36 commit 3d8b1a1Copy full SHA for 3d8b1a1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
-## 0.0.1
+## 0.2.0
2
+
3
+[Ignore whitespace in json diff for workflows and worker config](https://github.com/joshhornby/terraform-provider-twiliotaskrouter/pull/5)
4
5
+## 0.1.0
6
7
Initial Release
Makefile
@@ -1,7 +1,10 @@
NAME:=$(shell basename $$PWD)
ARCH:=$(shell uname -m)
REPO:=$(shell git config --get remote.origin.url | perl -ne 'm{github.com[:/](.+/[^.]+)}; print $$1')
-VERSION=0.0.1
+VERSION=0.2.0
+test:
+ go test ./...
8
9
build:
10
go build
0 commit comments