diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a109c..d86fc36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ -## 0.0.1 +## 0.2.0 + +[Ignore whitespace in json diff for workflows and worker config](https://github.com/joshhornby/terraform-provider-twiliotaskrouter/pull/5) + +## 0.1.0 Initial Release diff --git a/Makefile b/Makefile index ab94d4d..8db1c6b 100644 --- a/Makefile +++ b/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 ./... build: go build