Skip to content

Commit

Permalink
Bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
netoax committed Jul 10, 2019
1 parent 6eb3bd7 commit 5aba835
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 18 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# [1.1.0](https://github.com/CESARBR/knot-cloud-protocol-adapter-websocket/compare/v1.0.0...v1.1.0)

### Features

- Send thing ID in unregister message
- Add support to app manage things
- Return property to identify an app as a thing manager when listing devices
- Allow users to send setData/getData commands

### Bug Fixes

- Update packages to fix vulnerabilities

# [1.0.0](https://github.com/CESARBR/knot-cloud-protocol-adapter-websocket/compare/36e0bed...v1.0.0)

### Features

- Provides [protocol v1.0.0 API](https://github.com/CESARBR/knot-cloud-protocol-adapter-websocket/wiki/Protocol-specification-(v1.0.0)) via WebSocket.
- Provides [protocol v1.0.0 API](https://github.com/CESARBR/knot-cloud-protocol-adapter-websocket/wiki/Protocol-specification-(v1.0.0)) via WebSocket.
60 changes: 44 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cesarbr/knot-cloud-protocol-adapter-websocket",
"version": "1.0.0",
"version": "1.1.0",
"description": "KNoT Cloud WebSocket protocol adapter",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5aba835

Please sign in to comment.