From 93bfc6dde87f135f9c3e63330cff23122448f4ee Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Thu, 1 Dec 2022 14:19:59 +0100 Subject: [PATCH] prepare release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1cffd9f..37152654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This file contains a complete enumeration of all [pull requests](https://github. for a given releases. Unreleased, upcoming changes will be updated here periodically; reference the next release on our [milestones](https://github.com/liip/LiipImagineBundle/milestones) page for the latest changes. +## [2.10.0](https://github.com/liip/LiipImagineBundle/tree/2.10.0) + +- Allow configuring the `vips` imagine driver provided by `rokka/imagine-vips` [\#1496](https://github.com/liip/LiipImagineBundle/pull/1496) ([PabloKowalczyk](https://github.com/PabloKowalczyk)) +- Fix PHP 8.1 issues with `imagine/imagine` [\#1491](https://github.com/liip/LiipImagineBundle/pull/1491) ([LoicBoursin](https://github.com/LoicBoursin)) + ## [2.9.0](https://github.com/liip/LiipImagineBundle/tree/2.9.0) - Fix Symfony 6.1 deprecations [\#1472](https://github.com/liip/LiipImagineBundle/pull/1472) ([willemverspyck](https://github.com/willemverspyck))