From c9171b1100a323dd4c55f85756c865869dfc66bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Thu, 10 Nov 2022 13:06:38 +0100 Subject: [PATCH] Bump fimware version to 9.1.3 and update changelog. --- CHANGELOG.md | 6 ++++++ scripts/package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8d66ccc..d7156b6e8 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. +## [9.1.3] - 2022-11-10 + +Device Protocol: 4.8.0 | Module Protocol: 4.2.0 | User Config: 5.1.0 | Hardware Config: 1.0.0 | Smart Macros: 1.0.**2** + +- Fix memory corruption in macro engine core which occasionally caused undefined behavior. `SMARTMACROS:PATCH` + ## [9.1.2] - 2022-10-30 Device Protocol: 4.8.0 | Module Protocol: 4.2.0 | User Config: 5.1.0 | Hardware Config: 1.0.0 | Smart Macros: 1.0.**1** diff --git a/scripts/package.json b/scripts/package.json index 93a6405dd..e3cfaf4a2 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -16,12 +16,12 @@ "commander": "^2.11.0", "shelljs": "^0.8.4" }, - "firmwareVersion": "9.1.2", + "firmwareVersion": "9.1.3", "deviceProtocolVersion": "4.8.0", "moduleProtocolVersion": "4.2.0", "userConfigVersion": "5.1.0", "hardwareConfigVersion": "1.0.0", - "smartMacrosVersion": "1.0.1", + "smartMacrosVersion": "1.0.2", "devices": [ { "deviceId": 1,