Skip to content

Commit 3d8b1a1

Browse files
committed
0.2.0 Release
1 parent 1f31f36 commit 3d8b1a1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
## 0.0.1
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
26

37
Initial Release

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
NAME:=$(shell basename $$PWD)
22
ARCH:=$(shell uname -m)
33
REPO:=$(shell git config --get remote.origin.url | perl -ne 'm{github.com[:/](.+/[^.]+)}; print $$1')
4-
VERSION=0.0.1
4+
VERSION=0.2.0
5+
6+
test:
7+
go test ./...
58

69
build:
710
go build

0 commit comments

Comments
 (0)