diff --git a/.homeychangelog.json b/.homeychangelog.json index d77dd3d..1771501 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -58,5 +58,9 @@ "1.6.2": { "en": "Make P1 sensors automagically reconnect on connection loss. Other small bug fixes.", "nl": "P1 sensoren verbinden nu automagisch opnieuw bij een verbroken verbinding. Overige kleine bugfixes." + }, + "1.7.0": { + "en": "Add support for MCP23017 GPIO extension board to GPIO Output devices.", + "nl": "Voeg ondersteuning voor de MCP23017 GPIO uitbreidingschip bij gebruik als GPIO Output apparaten." } } \ No newline at end of file diff --git a/app.json b/app.json index cd88940..cf3e0a3 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "id": "nl.joolee.homey.espeasy", - "version": "1.6.2", + "version": "1.7.0", "compatibility": ">=2.0", "sdk": 2, "brandColor": "#2F4252",