From 414c23aa1d3d1629b1416a654dd7cea0c34d6bfe Mon Sep 17 00:00:00 2001 From: Shinichi Ishimura Date: Sun, 23 Jul 2017 19:26:15 +0900 Subject: [PATCH 1/2] Update changelog for v0.5.2 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85cad6c..42d46d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.2 (July 23, 2017) + + * Switch TLS option for curl depending on the version of macOS + ## 0.5.1 (July 21, 2017) * Fix version detection From 1a6fca2528750dde45f129e7d061c43efa6ef139 Mon Sep 17 00:00:00 2001 From: Shinichi Ishimura Date: Sun, 23 Jul 2017 19:26:39 +0900 Subject: [PATCH 2/2] Bump up version --- libexec/tfenv---version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/tfenv---version b/libexec/tfenv---version index 9b3dbc9..f43b8af 100755 --- a/libexec/tfenv---version +++ b/libexec/tfenv---version @@ -12,7 +12,7 @@ set -e [ -n "${TFENV_DEBUG}" ] && set -x -version="0.5.1" +version="0.5.2" git_revision="" if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q tfenv; then