Skip to content

Commit c1c890d

Browse files
committed
Prepare for next version
1 parent f9ed796 commit c1c890d

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### NEXT (YYYY-MM-DD)
4+
35
### 1.5.2 (2026-01-09)
46
- Do not call curl_close on PHP 8.0+ (#875, @dmaicher)
57

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

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

0 commit comments

Comments
 (0)