We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db924c commit 2c21886Copy full SHA for 2c21886
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-### NEXT (YYYY-MM-DD)
+### 1.0.1 (2018-09-27)
4
* `Box` now rounds the width/height it receives (previously it discarded the decimal points) (@mlocati)
5
6
### 1.0.0 (2018-09-25)
src/Image/ImagineInterface.php
@@ -20,7 +20,7 @@
20
*/
21
interface ImagineInterface extends ClassFactoryAwareInterface
22
{
23
- const VERSION = '1.0.1-dev';
+ const VERSION = '1.0.1';
24
25
/**
26
* Creates a new empty image with an optional background color.
0 commit comments