From 5ee4d315af6d48303c2cc39c420b1dde14ebf54e Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 22 Nov 2016 16:30:40 +0100 Subject: [PATCH] version 0.6.7 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c55cca..3f5efde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [0.6.7](https://github.com/skale-me/skale-engine/tree/0.6.7) (2016-11-22) +[Full Changelog](https://github.com/skale-me/skale-engine/compare/0.6.6...0.6.7) + +**Merged pull requests:** + +- Document standalone and distributed modes [\#105](https://github.com/skale-me/skale-engine/pull/105) ([mvertes](https://github.com/mvertes)) +- Distributed mode: Implement peer-to-peer through HTTP for shuffle data transfer [\#104](https://github.com/skale-me/skale-engine/pull/104) ([mvertes](https://github.com/mvertes)) +- Improve traces and file transfer. [\#103](https://github.com/skale-me/skale-engine/pull/103) ([mvertes](https://github.com/mvertes)) +- Improve task scheduling [\#102](https://github.com/skale-me/skale-engine/pull/102) ([mvertes](https://github.com/mvertes)) +- Fix mocha dependency. Skip yarn files. [\#101](https://github.com/skale-me/skale-engine/pull/101) ([mvertes](https://github.com/mvertes)) + ## [0.6.6](https://github.com/skale-me/skale-engine/tree/0.6.6) (2016-11-04) [Full Changelog](https://github.com/skale-me/skale-engine/compare/0.6.5...0.6.6) diff --git a/package.json b/package.json index cc30baf..619db09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skale-engine", - "version": "0.6.6", + "version": "0.6.7", "license": "Apache-2.0", "description": "parallel and distributed data processing engine", "main": "index.js",