diff --git a/CHANGELOG.md b/CHANGELOG.md index 223058a..3ddfecb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## [v3.4.0] - 2022-10-03 + +### Added + +- [crunzphp#31] Add format option to `schedule:list` + ## [v3.3.0] - 2022-06-19 ### Deprecated @@ -495,6 +501,7 @@ In `v2` this will result in exception. [#16]: https://github.com/lavary/crunz/pull/16 [crunzphp#5]: https://github.com/crunzphp/crunz/pull/5 [crunzphp#24]: https://github.com/crunzphp/crunz/pull/24 +[crunzphp#31]: https://github.com/crunzphp/crunz/pull/31 [v1.5.1]: https://github.com/crunzphp/crunz/compare/v1.5.0...v1.5.1 [v1.6.0]: https://github.com/crunzphp/crunz/compare/v1.5.1...v1.6.0 [v1.6.1]: https://github.com/crunzphp/crunz/compare/v1.6.0...v1.6.1 @@ -537,6 +544,7 @@ In `v2` this will result in exception. [v3.2.1]: https://github.com/crunzphp/crunz/compare/v3.2.0...v3.2.1 [v3.2.2]: https://github.com/crunzphp/crunz/compare/v3.2.1...v3.2.2 [v3.3.0]: https://github.com/crunzphp/crunz/compare/v3.2.2...v3.3.0 +[v3.4.0]: https://github.com/crunzphp/crunz/compare/v3.3.0...v3.4.0 [@andrewmy]: https://github.com/andrewmy [@arthurbarros]: https://github.com/arthurbarros [@bashgeek]: https://github.com/bashgeek diff --git a/README.md b/README.md index 910ce35..bb8033c 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Crunz is capable of executing any kind of executable command as well as PHP clos | Version | Supported PHP versions | |---------------------|---------------------------------------------------------------------------------------------------| -| dev v3 (3.4.x-dev) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) | -| stable v3 (v3.3.0) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) | +| dev v3 (3.5.x-dev) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) | +| stable v3 (v3.4.0) | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) | | stable v2 (v2.3.1) | ![7.2+](https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square) | | stable v1 (v1.12.4) | ![5.6-7.0+](https://img.shields.io/badge/php-%5E5.6%20%7C%7C%20%5E7.0-blue.svg?style=flat-square) | @@ -933,7 +933,7 @@ You can support further Crunz development by [GitHub](https://github.com/sponsor ### Which branch should I choose? -Bug fixes and readme changes should target `3.3`, new features should target `3.4`. +Bug fixes and readme changes should target `3.4`, new features should target `3.5`. ## If You Need Help