diff --git a/app/code/community/Aoe/Scheduler/etc/config.xml b/app/code/community/Aoe/Scheduler/etc/config.xml index 39928d8..b81c4b7 100755 --- a/app/code/community/Aoe/Scheduler/etc/config.xml +++ b/app/code/community/Aoe/Scheduler/etc/config.xml @@ -2,7 +2,7 @@ - 1.3.0 + 1.3.1 diff --git a/changelog.md b/changelog.md index a34d48c..ac000a5 100755 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ ## Changelog +### Version 1.3.1 + +- **Fix**: #198: abstract.php not found + +### Version 1.3.0 + - **Feature**: Added `--force` and `--tryLock` to runNow from cli. This allows you to bypass checking if another instance of that task is already running and start a new one. (Only do this if you know what you're doing...) ### Version 1.2.2