Skip to content

Commit

Permalink
Prepare release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Nov 18, 2024
1 parent 0b78aa6 commit 2c8887d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 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)
- Use streams in ExifMetadataReader (#861, @ausi)
- WebP format now supports animation (#812, @Yoann-TYT)

### 1.3.5 (2023-06-07)
* Fix PHP 8.2 warnings with Point class (#847, @anovsiradj)
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.3.6-dev';
const VERSION = '1.4.0';

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

0 comments on commit 2c8887d

Please sign in to comment.