diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f56011..c48e64e 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.6.0] - 2023-11-10 + +### Added + +- [crunzphp#68] Getter for 'from', 'to' event's configuration, thanks to [@lucatacconi] + ## [v3.5.1] - 2023-11-03 ### Fixed @@ -538,6 +544,7 @@ In `v2` this will result in exception. [crunzphp#64]: https://github.com/crunzphp/crunz/pull/64 [crunzphp#65]: https://github.com/crunzphp/crunz/pull/65 [crunzphp#66]: https://github.com/crunzphp/crunz/pull/66 +[crunzphp#68]: https://github.com/crunzphp/crunz/pull/68 [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 @@ -584,6 +591,7 @@ In `v2` this will result in exception. [v3.4.1]: https://github.com/crunzphp/crunz/compare/v3.4.0...v3.4.1 [v3.5.0]: https://github.com/crunzphp/crunz/compare/v3.4.1...v3.5.0 [v3.5.1]: https://github.com/crunzphp/crunz/compare/v3.5.0...v3.5.1 +[v3.6.0]: https://github.com/crunzphp/crunz/compare/v3.5.1...v3.6.0 [@andrewmy]: https://github.com/andrewmy [@arthurbarros]: https://github.com/arthurbarros [@bashgeek]: https://github.com/bashgeek @@ -594,6 +602,7 @@ In `v2` this will result in exception. [@FallDi]: https://github.com/FallDi [@iluuu1994]: https://github.com/iluuu1994 [@jhoughtelin]: https://github.com/jhoughtelin +[@lucatacconi]: https://github.com/lucatacconi [@m-hume]: https://github.com/m-hume [@mareksuscak]: https://github.com/mareksuscak [@mindcreations]: https://github.com/mindcreations diff --git a/README.md b/README.md index 85837b2..03e02d7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Crunz is capable of executing any kind of executable command as well as PHP clos | Version | Supported PHP versions | |----------|---------------------------------------------------------------------------------------------------| -| v3.6-dev | ![8.0+](https://img.shields.io/badge/php-%3E=8.0-blue.svg?style=flat-square) | +| v3.7-dev | ![8.0+](https://img.shields.io/badge/php-%3E=8.0-blue.svg?style=flat-square) | +| v3.6 | ![8.0+](https://img.shields.io/badge/php-%3E=8.0-blue.svg?style=flat-square) | | v3.5 | ![8.0+](https://img.shields.io/badge/php-%3E=8.0-blue.svg?style=flat-square) | | v3.4 | ![7.4+](https://img.shields.io/badge/php-%3E=7.4-blue.svg?style=flat-square) | | v2.3 | ![7.2+](https://img.shields.io/badge/php-%3E=7.2-blue.svg?style=flat-square) | @@ -934,7 +935,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.4`, new features should target `3.5`. +Bug fixes and readme changes should target `3.6`, new features should target `3.7`. ## If You Need Help