Skip to content

Commit

Permalink
- version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmistry committed Sep 17, 2016
1 parent 3324d20 commit fd29cd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Version 1.7.0

* hci-socket binding: now supports "long writes" ([@projectgus](https://github.com/projectgus))
* hci-socket binding: use latest bluetooth-hci-socket dependency (~0.5.1)
* hci-socket binding: add support to extract service solicitation UUID's from advertisement ([@smartyw](https://github.com/smartyw))
* web-socket binding: fixed write handle not working ([@christopherhex](https://github.com/christopherhex))
* hci-socket binding: initial bindUser support via HCI_CHANNEL_USER environment variable

## Version 1.6.0

* hci-socket binding: use latest bluetooth-hci-socket dependency (~0.4.4)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"name": "noble",
"description": "A Node.js BLE (Bluetooth Low Energy) central library.",
"version": "1.6.0",
"version": "1.7.0",
"repository": {
"type": "git",
"url": "https://github.com/sandeepmistry/noble.git"
Expand Down

0 comments on commit fd29cd9

Please sign in to comment.