Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Dec 7, 2018
1 parent ea78b3c commit ea8af30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

### NEXT (YYYY-MM-DD)
### 1.2.0 (2018-12-07)
* `ExifMetadataReader` now returns all the available metadata, not only EXIF and IFD0 (#701, @mlocati)

### 1.1.0 (2018-10-25)
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.1.1-dev';
const VERSION = '1.2.0';

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

0 comments on commit ea8af30

Please sign in to comment.