diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c515ad4..57103fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,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/). +## [1.0.1] - 2017-12-21 + +Firmware: [7.0.0](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/7.0.0) | Device Protocol: 4.0.0 | User Config: 4.0.0 | Hardware Config: 1.0.0 + +- Fix Linux privilege escalation when udev rules aren't set up. + ## [1.0.0] - 2017-12-14 Firmware: [**7**.0.0](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/7.0.0) | Device Protocol: 4.0.0 | User Config: 4.0.0 | Hardware Config: 1.0.0 diff --git a/package.json b/package.json index 68c7ec40..69a0ae76 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "author": "Ultimate Gadget Laboratories", "main": "electron/dist/electron-main.js", - "version": "1.0.0", + "version": "1.0.1", "description": "Agent is the configuration application of the Ultimate Hacking Keyboard.", "repository": { "type": "git",