From 17b7674343ac0c2afb51959e9b80106f16462088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20J=2E=20Garc=C3=ADa=20Lagar?= Date: Tue, 6 Dec 2022 12:14:15 +0100 Subject: [PATCH] New release --- CHANGELOG.md | 9 ++++++++- README.md | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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