From a52df9da7ee116c0fb67239b85422453791961b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 12 Dec 2017 18:44:12 +0100 Subject: [PATCH] Bump version to 6.0.0, update changelog and package.json --- CHANGELOG.md | 8 ++++++++ scripts/package.json | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9950c4b..5f77f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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. +## [6.0.0] - 2017-12-12 + +Data Model: 4.0.0 (unchanged) | USB Protocol: 3.0.0 (major bump) | Slave Protocol: 3.0.0 (unchanged) + +- Change the value of almost every USB protocol commands because there were unused intervals between them. `USBPROTOCOL:MAJOR` +- Disable LED display icons by default. +- Update LED brightness levels upon applying the configuration. + ## [5.0.1] - 2017-12-09 Data Model: 4.0.0 (unchanged) | USB Protocol: 2.0.0 (unchanged) | Slave Protocol: 3.0.0 (unchanged) diff --git a/scripts/package.json b/scripts/package.json index 66707f2..00cec19 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -15,9 +15,9 @@ "commander": "^2.11.0", "shelljs": "^0.7.8" }, - "version": "5.0.1", + "version": "6.0.0", "dataModelVersion": "4.0.0", - "usbProtocolVersion": "2.0.0", + "usbProtocolVersion": "3.0.0", "slaveProtocolVersion": "3.0.0", "devices": [ {