diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ab7acd8..070cdcf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ArduinoJson: change log ======================= -HEAD ----- +v5.6.7 +------ * Fixed `array[idx].as()` and `object[key].as()` * Fixed return value of `JsonObject::set()` (issue #350) diff --git a/appveyor.yml b/appveyor.yml index d0da1a41..7d5a3a9f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.6.6.{build} +version: 5.6.7.{build} environment: matrix: - CMAKE_GENERATOR: Visual Studio 14 2015 diff --git a/library.json b/library.json index 0a9c4fd1..84095dd5 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "version": "5.6.6", + "version": "5.6.7", "authors": { "name": "Benoit Blanchon", "url": "http://blog.benoitblanchon.fr" diff --git a/library.properties b/library.properties index af75f265..21581fda 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=5.6.6 +version=5.6.7 author=Benoit Blanchon maintainer=Benoit Blanchon sentence=An efficient and elegant JSON library for Arduino.