From baee0b5682acbe7c89303fd9f1e61a91eff2f727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 31 Jul 2018 23:57:33 +0200 Subject: [PATCH] Bump firmware version to 8.4.1, update changelog, package.json, versions.h --- CHANGELOG.md | 6 ++++++ lib/agent | 2 +- scripts/package.json | 2 +- shared/versions.h | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a9d930c..964efd6ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to the [UHK Versioning](VERSIONING.md) conventions. +## [8.4.1] - 2018-07-31 + +Device Protocol: 4.4.0 | Module Protocol: 4.0.0 | User Config: 4.1.0 | Hardware Config: 1.0.0 + +- Make some improvements to the sleep/wake code. + ## [8.4.0] - 2018-07-24 Device Protocol: 4.**4.0** | Module Protocol: 4.0.0 | User Config: 4.1.0 | Hardware Config: 1.0.0 diff --git a/lib/agent b/lib/agent index ac89aff01..fa32f9543 160000 --- a/lib/agent +++ b/lib/agent @@ -1 +1 @@ -Subproject commit ac89aff0186dea17d16fc38292a35190d682584b +Subproject commit fa32f95438a0f463efaabc1ae0aca6393b7b5d95 diff --git a/scripts/package.json b/scripts/package.json index dc9d7206e..7b252b121 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -15,7 +15,7 @@ "commander": "^2.11.0", "shelljs": "^0.7.8" }, - "firmwareVersion": "8.4.0", + "firmwareVersion": "8.4.1", "deviceProtocolVersion": "4.4.0", "moduleProtocolVersion": "4.0.0", "userConfigVersion": "4.1.0", diff --git a/shared/versions.h b/shared/versions.h index c6ce90b00..ec89dec19 100644 --- a/shared/versions.h +++ b/shared/versions.h @@ -20,7 +20,7 @@ #define FIRMWARE_MAJOR_VERSION 8 #define FIRMWARE_MINOR_VERSION 4 - #define FIRMWARE_PATCH_VERSION 0 + #define FIRMWARE_PATCH_VERSION 1 #define DEVICE_PROTOCOL_MAJOR_VERSION 4 #define DEVICE_PROTOCOL_MINOR_VERSION 4