diff --git a/CHANGELOG.md b/CHANGELOG.md index 338743f7a..77b0629c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All changes to `doctl` will be documented in this file. +## [1.5.0] - 2016-10-10 + +### Added +- #144 SSH to private Droplet IP - @haz-mat +- #148 Add confirmation for destructive actions - @xmudrii + +### Changed +- #121 Allow untagging droplets - @bryanl + +### Fixed +- #126 Fix location of config in help - @bryanl +- #132 Update download location - @xmudrii +- #135 Fix location of doctl configuration - @xmudrii +- #143 Send progress report to stderr - @kkpoon + ## [1.4.0] - 2016-08-02 ### Added diff --git a/README.md b/README.md index 1bf7f2c38..28ea066dc 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ You can download the archive from your browser, or copy its URL and retrieve it cd ~ # OS X -curl -L https://github.com/digitalocean/doctl/releases/download/v1.4.0/doctl-1.4.0-darwin-10.6-amd64.tar.gz | tar xz +curl -L https://github.com/digitalocean/doctl/releases/download/v1.5.0/doctl-1.5.0-darwin-10.6-amd64.tar.gz | tar xz # linux (with wget) -wget -qO- https://github.com/digitalocean/doctl/releases/download/v1.4.0/doctl-1.4.0-linux-amd64.tar.gz | tar xz +wget -qO- https://github.com/digitalocean/doctl/releases/download/v1.5.0/doctl-1.5.0-linux-amd64.tar.gz | tar xz # linux (with curl) -curl -L https://github.com/digitalocean/doctl/releases/download/v1.4.0/doctl-1.4.0-linux-amd64.tar.gz | tar xz +curl -L https://github.com/digitalocean/doctl/releases/download/v1.5.0/doctl-1.5.0-linux-amd64.tar.gz | tar xz ``` Move the `doctl` binary to somewhere in your path. For example: @@ -147,4 +147,4 @@ repository is required. [tutorial]: https://www.digitalocean.com/community/tutorials/how-to-use-doctl-the-official-digitalocean-command-line-client [doctl-releases]: https://github.com/digitalocean/doctl/releases -[windows-release]: https://github.com/digitalocean/doctl/releases/download/v1.4.0/doctl-1.4.0-windows-4.0-amd64.zip +[windows-release]: https://github.com/digitalocean/doctl/releases/download/v1.5.0/doctl-1.5.0-windows-4.0-amd64.zip