From a6e6da93ea0f76aba33b0e8ed1325523c0413da2 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 16 Nov 2022 14:09:11 +0100 Subject: [PATCH] Prepare release 1.3.3 --- CHANGELOG.md | 2 +- src/Image/ImagineInterface.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c170998d..055620ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -### NEXT (YYYY-MM-DD) +### 1.3.3 (2022-11-16) * Fix invalid format MIME type definition (#835, @xdanik) ### 1.3.2 (2022-04-01) diff --git a/src/Image/ImagineInterface.php b/src/Image/ImagineInterface.php index 7919f695..85eb67b1 100644 --- a/src/Image/ImagineInterface.php +++ b/src/Image/ImagineInterface.php @@ -20,7 +20,7 @@ */ interface ImagineInterface extends ClassFactoryAwareInterface { - const VERSION = '1.3.3-dev'; + const VERSION = '1.3.3'; /** * Creates a new empty image with an optional background color.