From 721a4dc6e751320a6076a2127cbe0ac8c62cda94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 25 Dec 2017 23:55:23 +0100 Subject: [PATCH] Bump Agent version to 1.0.2 and update changelog. --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de5b14c2..2e5e36bc 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.2] - 2017-12-25 + +Firmware: [**8.0.1**](https://github.com/UltimateHackingKeyboard/firmware/releases/tag/8.0.1) | Device Protocol: 4.0.0 | User Config: 4.0.0 | Hardware Config: 1.0.0 + +- Fix firmware upgrade on Linux. + ## [1.0.1] - 2017-12-22 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 69a0ae76..669bb5e0 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.1", + "version": "1.0.2", "description": "Agent is the configuration application of the Ultimate Hacking Keyboard.", "repository": { "type": "git",