diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f6ba26263..43f2c48688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v2.0.0-beta.4 (2020-06-08) + +### Features + +* **instance**: hide deprecated offers ([#1065](https://github.com/scaleway/scaleway-cli/pull/1065)) + +### Fixes + +* **baremetal**: check that install status is not nil before installwait ([#1073](https://github.com/scaleway/scaleway-cli/pull/1073)) +* **init**: fix panic ([#1082](https://github.com/scaleway/scaleway-cli/pull/1082)) + + + + ## v2.0.0-beta.3 (2020-06-03) ### Features diff --git a/README.md b/README.md index 269dcccd8a..3d15bb56d1 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin # Download the release from github -curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0-beta.3/scw-2-0-0-beta-3-darwin-x86_64" +curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0-beta.4/scw-2-0-0-beta-4-darwin-x86_64" # Allow executing file as program chmod +x /usr/local/bin/scw @@ -83,7 +83,7 @@ scw init ```bash # Download the release from github -sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0-beta.3/scw-2-0-0-beta-3-linux-x86_64" +sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0-beta.4/scw-2-0-0-beta-4-linux-x86_64" # Allow executing file as program sudo chmod +x /usr/local/bin/scw @@ -94,7 +94,7 @@ scw init #### Windows -You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0-beta.3/scw-2-0-0-beta-3-windows-x86_64.exe
+You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.0.0-beta.4/scw-2-0-0-beta-4-windows-x86_64.exe
[This official guide](https://docs.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ee537574%28v%3Doffice.14%29) explains how to add tools to your `PATH`.