diff options
-rw-r--r-- | CHANGES.md | 3 | ||||
-rw-r--r-- | lib/Tinify.php | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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; |