diff --git a/CHANGELOG.md b/CHANGELOG.md index d78800d..44674df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 6e2f20b..40d76af 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "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", @@ -41,10 +41,10 @@ "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",