Skip to content

Commit

Permalink
Prepare for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Nov 18, 2024
1 parent 2c8887d commit cb56b15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.0';
const VERSION = '1.4.1-dev';

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

0 comments on commit cb56b15

Please sign in to comment.