Skip to content

Commit

Permalink
Merge pull request #28 from juttle/0.2.2-updates
Browse files Browse the repository at this point in the history
0.2.2 updates
  • Loading branch information
demmer committed Feb 11, 2016
2 parents 4764f25 + b9ff10e commit f5afe92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
This file documents all notable changes to juttle-engine. The release numbering uses [semantic versioning](http://semver.org).

## 0.2.2
Released 2016-02-11

#### Bug Fixes
- Fixed the server so it listens on 0.0.0.0 instead of 127.0.0.1. [[#26](https://github.com/juttle/juttle-engine/issues/26)].
- Updated juttle-service to fix a problem where messages were sometimes dropped when sent over the websocket. [[juttle-service/#38](https://github.com/juttle/juttle-service/pull/38)]
- Updated juttle to work around an npm bug that caused problems on installation. [[juttle/#398](https://github.com/juttle/juttle/pull/398)]

## 0.2.1
Released 2016-02-10

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"chokidar": "^1.4.2",
"daemon": "^1.1.0",
"express": "^4.13.4",
"juttle": "^0.4.1",
"juttle": "^0.4.2",
"juttle-elastic-adapter": "^0.4.1",
"juttle-gmail-adapter": "^0.4.2",
"juttle-graphite-adapter": "^0.3.1",
"juttle-influx-adapter": "^0.4.0",
"juttle-mysql-adapter": "^0.3.0",
"juttle-opentsdb-adapter": "^0.1.1",
"juttle-postgres-adapter": "^0.3.1",
"juttle-service": "^0.2.0",
"juttle-service": "^0.2.1",
"juttle-sqlite-adapter": "^0.3.1",
"juttle-twitter-adapter": "^0.2.2",
"juttle-viewer": "^0.1.0",
"juttle-viewer": "^0.1.1",
"minimist": "^1.2.0",
"open": "^0.0.5",
"underscore": "^1.8.3",
Expand Down

0 comments on commit f5afe92

Please sign in to comment.