summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md3
-rw-r--r--lib/Tinify.php2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index c7edf5b..c0c95e0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,6 @@
+## 1.5.2
+* Fail early if version of curl/openssl is too old.
+
## 1.5.1
* Expose status of exceptions.
diff --git a/lib/Tinify.php b/lib/Tinify.php
index 183afdc..8d44685 100644
--- a/lib/Tinify.php
+++ b/lib/Tinify.php
@@ -2,7 +2,7 @@
namespace Tinify;
-const VERSION = "1.5.1";
+const VERSION = "1.5.2";
class Tinify {
private static $key = NULL;