From bb419d13775d8fb5cd03b31012eaf496b31b444f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20J=2E=20Garc=C3=ADa=20Lagar?= Date: Mon, 10 Dec 2018 09:22:36 +0100 Subject: [PATCH] Prepare next release --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58409cc..964dacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] +## [0.3.2] - 2018-12-10 +### Added +- Add support for Symfony 4 + ## [0.3.1] - 2017-11-20 ### Changed @@ -29,7 +33,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add `breakpoint` function -[unreleased]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.1...master +[unreleased]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.2...master +[0.3.2]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.1.0...0.2.0