diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f56d3a..7d199bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] +## [0.4.0] - 2022-12-06 + +### Added +- Add support for PHP 8.2 +- Add support for Symfony 6 + ### Changed - Mark all classes as `final` - Add return type hints @@ -68,7 +74,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add `breakpoint` function -[unreleased]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.5...master +[unreleased]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.4.0...master +[0.4.0]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.5...0.4.0 [0.3.4]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.4...0.3.5 [0.3.4]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.3...0.3.4 [0.3.3]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.2...0.3.3 diff --git a/README.md b/README.md index bdfa4b8..f39ab0d 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Author Information Developed with ♥ by [Antonio J. García Lagar]. -If you find this component useful, please add a ★ in the [GitHub repository page] and/or the [Packagist package page]. +If you find this component useful, please add a ★ in the [GitHub repository page]. [Xdebug]: https://xdebug.org/ [LICENSE]: LICENSE