From 62a28a0405b97a9c0392631a8ef423a4df611fc1 Mon Sep 17 00:00:00 2001 From: "Mr. Goferito" Date: Mon, 31 Oct 2016 19:21:19 +0100 Subject: [PATCH] Changlog v3 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d3db14e..964ba6a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ # Node Bing API Node.js lib for the Azure Bing Web Search API +## Changelog v3 +Thanks to the contribution of @franciscofsales, version 3 supports the +new API (Cognitive Services). This version is not compatible with the +Azure version, so if you are still using an Azure access key, please +stay with v2. + ## Changelog v2 In order to follow JavaScript best practices and allow the library to be promisified, the callback function is now the last parameter.