From 4e9f0b2e2e80ef60dc674770bea013b5a542f3eb Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Mon, 24 Apr 2017 21:43:03 +0200 Subject: [PATCH] Set version to 5.9.0 --- CHANGELOG.md | 4 ++-- appveyor.yml | 2 +- library.json | 3 ++- library.properties | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d35b820..00140e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ArduinoJson: change log ======================= -HEAD ----- +v5.9.0 +------ * Added `JsonArray::remove(iterator)` (issue #479) * Added `JsonObject::remove(iterator)` diff --git a/appveyor.yml b/appveyor.yml index b4e5c243..de296a39 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 5.8.4.{build} +version: 5.9.0.{build} environment: matrix: - CMAKE_GENERATOR: Visual Studio 14 2015 diff --git a/library.json b/library.json index aeb4791c..d19849af 100644 --- a/library.json +++ b/library.json @@ -6,12 +6,13 @@ "type": "git", "url": "https://github.com/bblanchon/ArduinoJson.git" }, - "version": "5.8.4", + "version": "5.9.0", "authors": { "name": "Benoit Blanchon", "url": "https://blog.benoitblanchon.fr" }, "exclude": [ + "fuzzing", "scripts", "test", "third-party" diff --git a/library.properties b/library.properties index ac76eff3..6dd07279 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=5.8.4 +version=5.9.0 author=Benoit Blanchon maintainer=Benoit Blanchon sentence=An efficient and elegant JSON library for Arduino.