Skip to content

Commit

Permalink
Prepare release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Dec 3, 2024
1 parent 5941259 commit 80ab214
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# CHANGELOG

### NEXT (YYYY-MM-DD)

### 1.5.0 (2024-12-03)
- Minimum supported PHP version raised from 5.5 to 7.1 (#865, @alexander-schranz)
- Fix PHP 8.4 deprecation warnings (#865, @alexander-schranz)
- The GD driver now supports resolution for PHP >= 7.2 (#813, #866, @gutocf, @mlocati)

### 1.4.0 (2024-11-10)
- If a file couldn't be found, we now throw a NotFoundException exception (#853, @playmono)
Expand Down
2 changes: 1 addition & 1 deletion src/Image/ImagineInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
interface ImagineInterface extends ClassFactoryAwareInterface
{
const VERSION = '1.4.1-dev';
const VERSION = '1.5.0';

/**
* Creates a new empty image with an optional background color.
Expand Down

0 comments on commit 80ab214

Please sign in to comment.