From fc3e477a15907e8f2a11c32f1aecb07101c0bd31 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 15 Mar 2022 16:19:48 +0100 Subject: [PATCH] Prepare release 1.3.1 --- CHANGELOG.md | 4 ++-- src/Image/ImagineInterface.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd9f90f6..1ce937e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # CHANGELOG -### NEXT (YYYY-MM-DD) - +### 1.3.1 (2022-03-15) +* Fix Fix undefined variable $engineRawVersion in Imagick/Gmagick DriverInfo (#825, @fxbt) ### 1.3.0 (2022-03-15) * Minimum PHP supported version is now 5.5 (#820, @PowerKiKi) diff --git a/src/Image/ImagineInterface.php b/src/Image/ImagineInterface.php index 0cb9379f..a6845b6c 100644 --- a/src/Image/ImagineInterface.php +++ b/src/Image/ImagineInterface.php @@ -20,7 +20,7 @@ */ interface ImagineInterface extends ClassFactoryAwareInterface { - const VERSION = '1.3.1-dev'; + const VERSION = '1.3.1'; /** * Creates a new empty image with an optional background color.