diff --git a/CHANGES.md b/CHANGES.md index 4739476..ae4f132 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,10 @@ Known issues: ## not yet released +## 5.1.1 + +- [joyent/node-triton#190] Fix `triton profile create|docker-setup` breakage + with latest "17.03.*" versions of `docker` installed. - [joyent/node-triton#148] Fix `triton profile edit ...` to work with an "EDITOR" environment variable with quotes and spaces. - [joyent/node-triton#183] `triton profile create` will no longer use ANSI diff --git a/package.json b/package.json index c395bc7..4677827 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": "5.1.0", + "version": "5.1.1", "author": "Joyent (joyent.com)", "homepage": "https://github.com/joyent/node-triton", "dependencies": {