diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed9f483b93..af1921925f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,28 @@
# Changelog
+## v2.2.0 (2020-10-12)
+
+### Features
+
+* **init**: add support for ed25519 ssh key ([#1453](https://github.com/scaleway/scaleway-cli/pull/1453))
+* **instance**: add boot-type to create server ([#1465](https://github.com/scaleway/scaleway-cli/pull/1465))
+* **instance**: add new zones to the doc ([#1460](https://github.com/scaleway/scaleway-cli/pull/1460))
+* **lb**: add first to ForwardPortAlgorithm enum ([#1467](https://github.com/scaleway/scaleway-cli/pull/1467))
+* **rdb**: add Block Storage feature for RDB ([#1468](https://github.com/scaleway/scaleway-cli/pull/1468))
+* **rdb**: add project_id to resources ([#1456](https://github.com/scaleway/scaleway-cli/pull/1456))
+
+### Fixes
+
+* **instance**: use args zone on vpc call ([#1458](https://github.com/scaleway/scaleway-cli/pull/1458))
+
+### Others
+
+* **doc**: add AUR link to README ([#1464](https://github.com/scaleway/scaleway-cli/pull/1464))
+* **doc**: add brew to readme ([#1455](https://github.com/scaleway/scaleway-cli/pull/1455))
+* **docs**: add Chocolatey information ([#1463](https://github.com/scaleway/scaleway-cli/pull/1463))
+
+
+
## v2.1.0 (2020-09-15)
### Features
diff --git a/README.md b/README.md
index 9ca6ead8c9..c17639c9e8 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,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.1.0/scw-2-1-0-darwin-x86_64"
+curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.0/scw-2-2-0-darwin-x86_64"
# Allow executing file as program
chmod +x /usr/local/bin/scw
@@ -78,7 +78,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.1.0/scw-2-1-0-linux-x86_64"
+sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.0/scw-2-2-0-linux-x86_64"
# Allow executing file as program
sudo chmod +x /usr/local/bin/scw
@@ -89,7 +89,7 @@ scw init
#### Windows
-You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.1.0/scw-2-1-0-windows-x86_64.exe
+You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.2.0/scw-2-2-0-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`.