Skip to content

Commit

Permalink
Prepare release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Apr 1, 2022
1 parent 4fa9471 commit ae864f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,7 @@
# CHANGELOG

### NEXT (YYYY-MM-DD)

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

### 1.3.1 (2022-03-15)
* Fix undefined variable $engineRawVersion in Imagick/Gmagick DriverInfo (#825, @fxbt)
Expand Down
2 changes: 1 addition & 1 deletion src/Image/ImagineInterface.php
Expand Up @@ -20,7 +20,7 @@
*/
interface ImagineInterface extends ClassFactoryAwareInterface
{
const VERSION = '1.3.2-dev';
const VERSION = '1.3.2';

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

0 comments on commit ae864f2

Please sign in to comment.