From 4f5b9c1933e8857d9618fa873000f97f3207c8d6 Mon Sep 17 00:00:00 2001 From: Andrew Kerr Date: Wed, 11 Mar 2015 19:41:17 -0700 Subject: [PATCH] Update to version 4.0.1 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- lib/BlockScore.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c59f0c5..351ee4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 4.0.1 - 11 March, 2015 +- Added compatibility for PHP 5.3.29. +- Fixed certain build errors with TravisCI. + ### 4.0.0 - 11 March, 2015 - First version of new official BlockScore PHP lib diff --git a/VERSION b/VERSION index fcdb2e1..1454f6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0 +4.0.1 diff --git a/lib/BlockScore.php b/lib/BlockScore.php index a846df6..39bbb76 100644 --- a/lib/BlockScore.php +++ b/lib/BlockScore.php @@ -14,7 +14,7 @@ class BlockScore public static $apiVersion = null; // @var string Version of the BlockScore PHP client library. - public static $clientVersion = '4.0.0'; + public static $clientVersion = '4.0.1'; /** * @return string The BlockScore API key used for requests.