From cb56b15706e0ac893ce200b23ad5142e0f169931 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 18 Nov 2024 08:48:06 +0100 Subject: [PATCH] Prepare for next version --- CHANGELOG.md | 3 +++ src/Image/ImagineInterface.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a64a0b..997e027b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +### NEXT (YYYY-MM-DD) + + ### 1.4.0 (2024-11-10) - If a file couldn't be found, we now throw a NotFoundException exception (#853, @playmono) - Add support for webp_lossless to GD and GMagick (#858, @ausi) diff --git a/src/Image/ImagineInterface.php b/src/Image/ImagineInterface.php index dcc5d602..7a41cee4 100644 --- a/src/Image/ImagineInterface.php +++ b/src/Image/ImagineInterface.php @@ -20,7 +20,7 @@ */ interface ImagineInterface extends ClassFactoryAwareInterface { - const VERSION = '1.4.0'; + const VERSION = '1.4.1-dev'; /** * Creates a new empty image with an optional background color.