Skip to content

Commit 541ae3c

Browse files
committed
Update to 0.4.2
1 parent 92698c5 commit 541ae3c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.2 (April 9, 2017)
2+
3+
* Add support for verifying downloads of Terraform
4+
15
## 0.4.1 (March 8, 2017)
26

37
* Update error_and_die functions to better report their source location

libexec/tfenv---version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
set -e
1313
[ -n "${TFENV_DEBUG}" ] && set -x
1414

15-
version="0.4.1"
15+
version="0.4.2"
1616
git_revision=""
1717

1818
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q tfenv; then

0 commit comments

Comments
 (0)