diff --git a/CHANGELOG.md b/CHANGELOG.md index 129ff86e..13e085c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # CHANGELOG -### NEXT (YYYY-MM-DD) - +### 1.3.5 (2023-06-07) +* Fix PHP 8.2 warnings with Point class (#847, @anovsiradj) ### 1.3.4 (2023-04-17) * Let PHP automatically detect the preferred TLS version (#841, @radli) diff --git a/src/Image/ImagineInterface.php b/src/Image/ImagineInterface.php index 7f36da92..936b717e 100644 --- a/src/Image/ImagineInterface.php +++ b/src/Image/ImagineInterface.php @@ -20,7 +20,7 @@ */ interface ImagineInterface extends ClassFactoryAwareInterface { - const VERSION = '1.3.5-dev'; + const VERSION = '1.3.5'; /** * Creates a new empty image with an optional background color.