Skip to content

Commit 29092ba

Browse files
committed
prepare release v1.1.1
1 parent d4b078b commit 29092ba

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes for 1.x
22

3+
## [v1.1.1] (2018-08-21)
4+
5+
### Fixed
6+
* Fix non-overridden jobs by not setting the containerOverrides key when not provided
7+
38
## [v1.1.0] (2018-08-20)
49

510
### Added
@@ -41,7 +46,8 @@ the queue name. ([#2aa745b](https://github.com/lukewaite/laravel-queue-aws-batch
4146
* `BatchJob::release()` [Diff](https://github.com/lukewaite/laravel-queue-aws-batch/pull/19/files#diff-fb4479932d3da5ac0014681d4beba72cR38)
4247
* 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))
4348

44-
[Unreleased]: https://github.com/lukewaite/laravel-queue-aws-batch/compare/v1.1.0...HEAD
49+
[Unreleased]: https://github.com/lukewaite/laravel-queue-aws-batch/compare/v1.1.1...HEAD
50+
[v1.1.1]: https://github.com/lukewaite/laravel-queue-aws-batch/compare/v1.1.0...v1.1.1
4551
[v1.1.0]: https://github.com/lukewaite/laravel-queue-aws-batch/compare/v1.0.2...v1.1.0
4652
[v1.0.2]: https://github.com/lukewaite/laravel-queue-aws-batch/compare/v1.0.1...v1.0.2
4753
[v1.0.1]: https://github.com/lukewaite/laravel-queue-aws-batch/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)