From 81fa84f0065661286cdb037f199ff2b19fefd87e Mon Sep 17 00:00:00 2001 From: German Toro del Valle Date: Mon, 19 Sep 2016 13:12:27 +0200 Subject: [PATCH] Preparation for the 3.3.2 release --- CHANGES_NEXT_RELEASE | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES_NEXT_RELEASE b/CHANGES_NEXT_RELEASE index e69de29..311bb95 100644 --- a/CHANGES_NEXT_RELEASE +++ b/CHANGES_NEXT_RELEASE @@ -0,0 +1 @@ +- [BUG] Do not re-schedule update jobs when a new authorization token is requested diff --git a/package.json b/package.json index 2932eb8..7239394 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fiware-device-simulator", "description": "Simulator of FIWARE-compatible devices", - "version": "3.3.1-next", + "version": "3.3.2", "homepage": "https://github.com/gtorodelvalle/fiware-device-simulator", "author": { "name": "Germán Toro del Valle",