diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7345963 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Release Notes for 0.x + +## [Unreleased] + +## v0.2.0 (2017-04-07) + +### Added +* Added exceptions on further unsupported operations. These two methods would both silently discard the `$delay` previously and set to 0. + * `BatchQueue::release()` [#20](https://github.com/lukewaite/laravel-queue-aws-batch/pull/20) + * `BatchJob::release()` [Diff](https://github.com/lukewaite/laravel-queue-aws-batch/pull/19/files#diff-fb4479932d3da5ac0014681d4beba72cR38) +* More complete test coverage ([#18](https://github.com/lukewaite/laravel-queue-aws-batch/pull/18), [#19](https://github.com/lukewaite/laravel-queue-aws-batch/pull/19))