Skip to content

Commit

Permalink
Prepare release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Jun 7, 2023
1 parent b987af3 commit 7151d55
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.5 (2023-06-07)
* Fix PHP 8.2 warnings with Point class (#847, @anovsiradj)

### 1.3.4 (2023-04-17)
* Let PHP automatically detect the preferred TLS version (#841, @radli)
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.5-dev';
const VERSION = '1.3.5';

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

0 comments on commit 7151d55

Please sign in to comment.