Skip to content

Commit

Permalink
Update changelog and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Oct 13, 2017
1 parent 0b120a3 commit 4563d26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.

## [2.1.0] - 2017-10-13

Data Model: 1.0.0 (unchanged) | USB Protocol: 1.2.0 (minor bump) | Slave Protocol: 2.1.0 (minor bump)

- Add jumpToSlaveBootloader USB and slave protocol command. `USBPROTOCOL:MINOR` `SLAVEPROTOCOL:MINOR`
- Fix generic HID descriptor enumeration error.

## [2.0.0] - 2017-10-10

Data Model: 1.0.0 (unchanged) | USB Protocol: 1.1.0 (minor bump) | Slave Protocol: 2.0.0 (major bump)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"bugs": {
"url": "https://github.com/UltimateHackingKeyboard/firmware/issues"
},
"version": "2.0.0",
"version": "2.1.0",
"dataModelVersion": "1.0.0",
"usbProtocolVersion": "1.1.0",
"slaveProtocolVersion": "2.0.0"
"usbProtocolVersion": "1.2.0",
"slaveProtocolVersion": "2.1.0"
}

0 comments on commit 4563d26

Please sign in to comment.