From 2bc0248d9b341d164b60ffebd127eac76af1b13d Mon Sep 17 00:00:00 2001 From: pionl Date: Thu, 24 Nov 2022 10:13:35 +0000 Subject: [PATCH] docs: update CHANGELOG.md for main [skip ci] --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d36a089..8c73d430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.24] - 2022-11-24 +### :boom: BREAKING CHANGES +- due to [`b5852d7`](https://github.com/wrk-flow/larastrict/commit/b5852d774719e5c15bb8d37a72b78b9b18e06e49) - Add ability to change queue for queued commands *(commit by [@pionl](https://github.com/pionl))*: + + minor impact, scheduleServiceContract contains new parameter `string $queue = 'default'` + + +### :sparkles: New Features +- [`b5852d7`](https://github.com/wrk-flow/larastrict/commit/b5852d774719e5c15bb8d37a72b78b9b18e06e49) - **Console**: Add ability to change queue for queued commands *(commit by [@pionl](https://github.com/pionl))* + + ## [v0.0.23] - 2022-11-22 ### :sparkles: New Features - [`8b2e816`](https://github.com/wrk-flow/larastrict/commit/8b2e816901c176b9974f822cddcf1af9a103b870) - **Testing**: Add assert Illuminate\Contracts\Events\Dispatcher *(commit by [@pionl](https://github.com/pionl))* @@ -183,4 +194,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.20]: https://github.com/wrk-flow/larastrict/compare/v0.0.19...v0.0.20 [v0.0.21]: https://github.com/wrk-flow/larastrict/compare/v0.0.20...v0.0.21 [v0.0.22]: https://github.com/wrk-flow/larastrict/compare/v0.0.21...v0.0.22 -[v0.0.23]: https://github.com/wrk-flow/larastrict/compare/v0.0.22...v0.0.23 \ No newline at end of file +[v0.0.23]: https://github.com/wrk-flow/larastrict/compare/v0.0.22...v0.0.23 +[v0.0.24]: https://github.com/wrk-flow/larastrict/compare/v0.0.23...v0.0.24 \ No newline at end of file