Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoopmans committed Sep 20, 2022
1 parent 420702f commit a0644b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.0
* Support to run the unittests on newer versions of PHP (5.5 +)
* Add API methods for transcoding and transformation

## 1.5.2
* Fail early if version of curl/openssl is too old.

Expand Down
2 changes: 1 addition & 1 deletion lib/Tinify.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Tinify;

const VERSION = "1.5.2";
const VERSION = "1.6.0";

class Tinify {
private static $key = NULL;
Expand Down

0 comments on commit a0644b5

Please sign in to comment.