diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3361adb2..67bfc64c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.7.0] - 2020-06-05
+### Changed
+- Gateway setup updated with InstaLink doc
+
## [1.6.0] - 2020-05-21
### Added
- On-premise doc
diff --git a/docs/guides/gateway-setup.md b/docs/guides/gateway-setup.md
index cbfbbcf4..7a57eca4 100644
--- a/docs/guides/gateway-setup.md
+++ b/docs/guides/gateway-setup.md
@@ -32,7 +32,7 @@ Log in to Instathings Editor and start by creating a new project on the `Project
Once you have created you project, you can start by creating you first Gateway. On the top of the page fill the form, choosing the kind of device you are using and a name for your device. Click on `Create` and you will be redirected to `Hubs` page. Here you can see all the information related to your device.
You can choose two different ways for connecting you Gateway:
-* automated
+* Automated
* DIY
### Automated
diff --git a/package.json b/package.json
index 1a697b14..b3cced20 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "1.6.0",
+ "version": "1.7.0",
"scripts": {
"examples": "docusaurus-examples",
"start": "docusaurus-start",