Skip to content

Commit aee1582

Browse files
committed
Update changelog
1 parent 43ef038 commit aee1582

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.6.3
2+
* Add minimum TLS 1.2 version to curl options as protocol negotiation on certain openssl/libcurl versions is flaky.
3+
14
## 1.6.2
25
* Remove deprecated curl constant (https://php.watch/versions/8.4/CURLOPT_BINARYTRANSFER-deprecated)
36

lib/Tinify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Tinify;
44

5-
const VERSION = "1.6.2";
5+
const VERSION = "1.6.3";
66

77
class Tinify {
88
private static $key = NULL;

0 commit comments

Comments
 (0)