Skip to content

Commit

Permalink
edit changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jun 5, 2018
1 parent 83516d2 commit b40f5ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@

All notable changes to `laravel-image-optimizer` will be documented in this file

## 1.3.1 - 2018-06-05
- make sure a compatible version of spatie/image-optimizer is being pulled in

## 1.3.0 - 2018-06-05
- add compatibility with Lumen

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^7.0",
"illuminate/support": "~5.5.0|~5.6.0",
"spatie/image-optimizer": "^1.0.4"
"spatie/image-optimizer": "^1.1.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0",
Expand Down

0 comments on commit b40f5ac

Please sign in to comment.