diff --git a/CHANGES.md b/CHANGES.md index 86b2547..b85a219 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,11 @@ Known issues: - `triton ssh ...` disables ssh ControlMaster to avoid issue #52. +## 4.12.1 (not yet released) + +(nothing yet) + + ## 4.12.0 - [#120] `triton -r,--role ROLE ...` option to take up an RBAC role(s). diff --git a/package.json b/package.json index ee687bf..af29c9d 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.12.0", + "version": "4.12.1", "author": "Joyent (joyent.com)", "dependencies": { "assert-plus": "0.2.0",