diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a52c5fe..017ce8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1 Every Agent version includes the most recent firmware version. See the [firmware changelog](https://github.com/UltimateHackingKeyboard/firmware/blob/master/CHANGELOG.md). +## [1.1.2] - 2018-03-09 + +Firmware: 8.1.**4** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.1.4)] | Device Protocol: 4.2.0 | User Config: 4.0.0 | Hardware Config: 1.0.0 + +- Fix the configuration serializer so that the correct key actions get serialized, and the save button always appears when needed. +- Add instructions to the firmware page to aid users. +- Fix code signing on OSX. +- Sign Agent on Windows. + ## [1.1.1] - 2018-02-13 Firmware: 8.1.**2** [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.1.2)] | Device Protocol: 4.2.0 | User Config: 4.0.0 | Hardware Config: 1.0.0 diff --git a/package.json b/package.json index 03407ddd..0c4042e2 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "private": true, "author": "Ultimate Gadget Laboratories", "main": "electron/dist/electron-main.js", - "version": "1.1.1", - "firmwareVersion": "8.1.2", + "version": "1.1.2", + "firmwareVersion": "8.1.4", "deviceProtocolVersion": "4.2.0", "userConfigVersion": "4.0.0", "hardwareConfigVersion": "1.0.0",