Skip to content

Commit

Permalink
Prepare release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Nov 16, 2022
1 parent 9965558 commit a6e6da9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG

### NEXT (YYYY-MM-DD)
### 1.3.3 (2022-11-16)
* Fix invalid format MIME type definition (#835, @xdanik)

### 1.3.2 (2022-04-01)
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.3-dev';
const VERSION = '1.3.3';

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

0 comments on commit a6e6da9

Please sign in to comment.