From 93b36e65c554a5fe3a5812b0ba20716a12c5a2ed Mon Sep 17 00:00:00 2001 From: Ahmad Wilson Date: Thu, 23 Mar 2017 02:50:35 +0000 Subject: [PATCH] Release version 1.4.2 --- CHANGELOG.md | 6 ++++++ bin/dock | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49dffca..89dd06c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Dock Change Log +## 1.4.2 (2017-03-22) + +* Hotfix removing docker-compose file verification during extension. + Technically, functionality should not have been affected with the + verification in place though it makes sense to remove it. + ## 1.4.1 (2017-03-13) * Add 'transform' option allowing users to fully merge and compose an existing diff --git a/bin/dock b/bin/dock index f303371..dad3b23 100755 --- a/bin/dock +++ b/bin/dock @@ -25,7 +25,7 @@ set -euo pipefail -dock_version="1.4.1" +dock_version="1.4.2" dock_bin="$0" # We want all output to go to STDERR so that STDOUT receives output from the