Skip to content

Commit

Permalink
Prepare release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Dec 4, 2019
1 parent 52126d5 commit 7790cb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG

### NEXT (YYYY-MM-DD)

### 1.2.3 (2019-12-04)
* Handle jfif extension in GD driver (#727, @sylvain-msl-talkspirit)
* Improve detection of unsupported Exit Metadata Reader (#729, @mlocati, @ausi)

### 1.2.2 (2019-07-09)
* The GD driver can now load WebP files (#711, #718, @lashus, @ausi)
Expand Down
2 changes: 1 addition & 1 deletion src/Image/ImagineInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
interface ImagineInterface extends ClassFactoryAwareInterface
{
const VERSION = '1.2.3-dev';
const VERSION = '1.2.3';

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

0 comments on commit 7790cb9

Please sign in to comment.