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": [ {