From a55268d10db15324adb09317f3b2960621061347 Mon Sep 17 00:00:00 2001 From: "Nek (Maxime Veber)" Date: Thu, 19 Mar 2015 18:51:52 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a99e28f..94cd59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +1.1.1 (2015-XX-XX) +================== + +1.1.0 (2015-03-19) +================== + +* Added possibility to send string as body (json string in most cases) +* Make the lib more testable by changing the way to call static methods +* Fixed wrong instanciation of the HttpClientFactory in default behavior of the ApiFactory + 1.0.1 (2015-03-11) ==================