Skip to content

Commit

Permalink
0.2.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshhornby committed Dec 9, 2018
1 parent 1f31f36 commit 3d8b1a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3d8b1a1

Please sign in to comment.