diff --git a/CHANGELOG.md b/CHANGELOG.md index 98baff8..58409cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] +## [0.3.1] - 2017-11-20 + +### Changed +- Require PHP 5.6 + ### Fixed - Update requirements to allow twig 2.x @@ -24,6 +29,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add `breakpoint` function -[unreleased]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.0...master +[unreleased]: https://github.com/ajgarlag/AjglBreakpointTwigExtension/compare/0.3.1...master +[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