diff --git a/CHANGELOG.md b/CHANGELOG.md
index af1921925f..05bcff80c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## v2.2.1 (2020-10-20)
+
+### Fixes
+
+* **k8s**: fix k8s get json output ([#1476](https://github.com/scaleway/scaleway-cli/pull/1476))
+* **k8s**: fix k8s get json output case ([#1477](https://github.com/scaleway/scaleway-cli/pull/1477))
+* **release**: use dots instead of dashes in release assets name version ([#1490](https://github.com/scaleway/scaleway-cli/pull/1490))
+
+
+
+
## v2.2.0 (2020-10-12)
### Features
diff --git a/README.md b/README.md
index a13ba41c68..640e405ceb 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.2.0/scw-2.2.0-darwin-x86_64"
+curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.1/scw-2.2.1-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.2.0/scw-2.2.0-linux-x86_64"
+sudo curl -o /usr/local/bin/scw -L "https://github.com/scaleway/scaleway-cli/releases/download/v2.2.1/scw-2.2.1-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.2.0/scw-2.2.0-windows-x86_64.exe
+You can download the last release here: https://github.com/scaleway/scaleway-cli/releases/download/v2.2.1/scw-2.2.1-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`.