Skip to content

Commit

Permalink
Prepare for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Apr 17, 2023
1 parent c9ba67d commit 6d5b83a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# CHANGELOG

### NEXT (YYYY-MM-DD)


### 1.3.4 (2023-04-17)
* Let PHP automatically detect the preferred TLS version (#841, @radli)
* Add @return phpdoc to ReturnTypeWillChange methods (#846, @mlocati)
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.4';
const VERSION = '1.3.5-dev';

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

0 comments on commit 6d5b83a

Please sign in to comment.