From 7ae43bc4f8237e83eb3cd2c67fa615d16071d695 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Wed, 25 Nov 2015 21:15:11 +0100 Subject: [PATCH] Set version to 5.0.7 --- CHANGELOG.md | 6 +++--- library.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1a4224..1a61448b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ ArduinoJson: change log ======================= -HEAD ----- +v5.0.7 +------ -* Made library easier to use from a CMake project: simply add_subdirectory(ArduinoJson/src) +* Made library easier to use from a CMake project: simply `add_subdirectory(ArduinoJson/src)` * Changed `String` to be a `typedef` of `std::string` (issues #142 and #161) **BREAKING CHANGES**: diff --git a/library.properties b/library.properties index 474aa580..a3b128bf 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ArduinoJson -version=5.0.6 +version=5.0.7 author=Benoit Blanchon maintainer=Benoit Blanchon sentence=An efficient and elegant JSON library for Arduino.