Skip to content

Commit c9ba67d

Browse files
committed
Prepare release 1.3.4
1 parent af19547 commit c9ba67d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

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

3-
### NEXT (YYYY-MM-DD)
4-
3+
### 1.3.4 (2023-04-17)
4+
* Let PHP automatically detect the preferred TLS version (#841, @radli)
5+
* Add @return phpdoc to ReturnTypeWillChange methods (#846, @mlocati)
56

67
### 1.3.3 (2022-11-16)
7-
* Fix invalid format MIME type definition (#835, @xdanik)
8+
* Fix invalid format MIME type definition (#835, @xdanik)
89

910
### 1.3.2 (2022-04-01)
1011
* Workaround for a bug in PHP 7.3+opcache that causes segmentation faults (#826, #829, #828, @ausi, @mnocon, @mlocati)

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

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

0 commit comments

Comments
 (0)