Skip to content

Commit c754ffa

Browse files
committed
Prepare for next version
1 parent 80ab214 commit c754ffa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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.5.0 (2024-12-03)
47
- Minimum supported PHP version raised from 5.5 to 7.1 (#865, @alexander-schranz)
58
- Fix PHP 8.4 deprecation warnings (#865, @alexander-schranz)

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.5.0';
23+
const VERSION = '1.5.1-dev';
2424

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

0 commit comments

Comments
 (0)