diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab774c5..1d9e8084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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.5] - 2018-04-10 + +Firmware: 8.1.5 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.1.5)] | Device Protocol: 4.2.0 | User Config: 4.0.0 | Hardware Config: 1.0.0 + +- Don't allow to run multiple instances of Agent at the same time, but rather focus the already existing Agent window. + ## [1.1.4] - 2018-04-09 Firmware: 8.1.5 [[release](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/v8.1.5)] | Device Protocol: 4.2.0 | User Config: 4.0.0 | Hardware Config: 1.0.0 diff --git a/package.json b/package.json index 29e76aa9..58ed9bfc 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.1.4", + "version": "1.1.5", "firmwareVersion": "8.1.5", "deviceProtocolVersion": "4.2.0", "userConfigVersion": "4.0.0",