From db548e8c2d6296f966abc019adfdded3788c3c47 Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Wed, 29 Jan 2014 12:34:56 -0500 Subject: [PATCH] Updated change log --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ce8cf61..f8c5e7e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Change Log for the Are You A Human PHP Integration Library +## 1.1.8: 01/29/2014: +* Bumped code to version 1.1.8 +* Made library composer friendly +* Added some unit tests + +## 1.1.7: ??/??/????: +* a bunch of awesome stuff happened, there’s simply no formal record of it + ## 1.1.6: 11/12/2012: * minor change to doHttpsPost() so that it only uses cURL if the curl_exec() function is available.