diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cef074c..30f1d692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ # CHANGELOG -### NEXT (YYYY-MM-DD) - +### 1.3.4 (2023-04-17) +* Let PHP automatically detect the preferred TLS version (#841, @radli) +* Add @return phpdoc to ReturnTypeWillChange methods (#846, @mlocati) ### 1.3.3 (2022-11-16) -* Fix invalid format MIME type definition (#835, @xdanik) +* Fix invalid format MIME type definition (#835, @xdanik) ### 1.3.2 (2022-04-01) * Workaround for a bug in PHP 7.3+opcache that causes segmentation faults (#826, #829, #828, @ausi, @mnocon, @mlocati) diff --git a/src/Image/ImagineInterface.php b/src/Image/ImagineInterface.php index e6c80cc0..019825c2 100644 --- a/src/Image/ImagineInterface.php +++ b/src/Image/ImagineInterface.php @@ -20,7 +20,7 @@ */ interface ImagineInterface extends ClassFactoryAwareInterface { - const VERSION = '1.3.4-dev'; + const VERSION = '1.3.4'; /** * Creates a new empty image with an optional background color.