From 4c1875b236e1d31bda87ec878749822a7c53bc01 Mon Sep 17 00:00:00 2001 From: Vincent Bailleau Date: Tue, 28 May 2019 10:15:37 +0200 Subject: [PATCH] Update version --- CHANGELOG.md | 2 +- config/version.js | 2 +- tutorials/What_is_new.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3295ea90..42d3fd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ Here is the list of the changes and features provided by the **Rainbow-Node-SDK** -## [1.56.0] - 2018-05-XX +## [1.56.0] - 2018-05-28 Add TelephonyService::deflectCall method to deflect a call to an other telephone number Update TelephonyService doc. Move channel events from conversationEventHandler to channelEventHandler. diff --git a/config/version.js b/config/version.js index e09832ad..a2af4369 100644 --- a/config/version.js +++ b/config/version.js @@ -1 +1 @@ -window.sdknodeversion = "1.53.1"; \ No newline at end of file +window.sdknodeversion = "1.56.0"; \ No newline at end of file diff --git a/tutorials/What_is_new.md b/tutorials/What_is_new.md index a1f2d40c..7cbbbc64 100644 --- a/tutorials/What_is_new.md +++ b/tutorials/What_is_new.md @@ -5,7 +5,7 @@ Welcome to the new release of the Rainbow SDK for Node.JS. There are a number of significant updates in this version that we hope you will like, some of the key highlights include: -### SDK for Node.JS 1.56 - April 2019 +### SDK for Node.JS 1.56 - May 2019 ---