From d7febc217ebb1339cdadfb8251b00e692b57c84a Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Fri, 30 Mar 2018 23:26:06 +0200 Subject: [PATCH] Release 0.10.2 --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15b217a..5d3dae7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Base implementation of [FBP protocol](http://flowbased.github.io/fbp-protocol/) ## Changes +* 0.10.2 (March 30th 2018) + - Ensured that `network:begingroup` and `network:endgroup` include the required `group` property * 0.10.1 (March 29th 2018) - Made `runtime:ports` signal compatible with the FBP Protocol schema - Added responses to `renameinport` and `renameoutport` requests diff --git a/package.json b/package.json index 50b86b6..4b49785 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "noflo-runtime-base", "description": "Base library for building NoFlo runtimes", - "version": "0.10.1", + "version": "0.10.2", "author": { "name": "Henri Bergius", "email": "henri.bergius@iki.fi"