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,