diff --git a/CHANGES.md b/CHANGES.md index a9435d6..2980f0c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,11 @@ Known issues: ## not yet released +## 4.14.1 + +- TOOLS-1587 'triton profile docker-setup' fails when path to 'docker' has + spaces. This can help on Windows where Docker Toolbox installs docker.exe + to "C:\Program Files\Docker Toolbox". - [#136] bash completion for `triton profile create --copy ` ## 4.14.0 diff --git a/package.json b/package.json index 6cb6114..389a83b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "triton", "description": "Joyent Triton CLI and client (https://www.joyent.com/triton)", - "version": "4.14.0", + "version": "4.14.1", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.2.0",