Skip to content

Commit cb56b15

Browse files
committed
Prepare for next version
1 parent 2c8887d commit cb56b15

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
### NEXT (YYYY-MM-DD)
4+
5+
36
### 1.4.0 (2024-11-10)
47
- If a file couldn't be found, we now throw a NotFoundException exception (#853, @playmono)
58
- Add support for webp_lossless to GD and GMagick (#858, @ausi)

src/Image/ImagineInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
interface ImagineInterface extends ClassFactoryAwareInterface
2222
{
23-
const VERSION = '1.4.0';
23+
const VERSION = '1.4.1-dev';
2424

2525
/**
2626
* Creates a new empty image with an optional background color.

0 commit comments

Comments
 (0)