From 7faa0a48aa8255ff047b2ff76ead6222bfffc2da Mon Sep 17 00:00:00 2001 From: marcaube Date: Sun, 12 Jan 2020 11:22:18 -0500 Subject: [PATCH] Update CHANGELOG.md and branch alias for 1.7 --- CHANGELOG.md | 13 ++++++++++--- composer.json | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e267cce..7739894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,14 @@ ## [Unreleased] -* Added support for Symfony 5 -* Added support for Twig 3 +TBD + + +### [1.7.0] - 2020-01-12 + +* Add support for Symfony 5 +* Add support for Twig 3 +* Drop support for PHP < 7.2 ### [1.6.0] - 2017-12-27 @@ -72,7 +78,8 @@ as possible. See http://framework.zend.com/security/advisory/ZF2014-01 * Initial release -[Unreleased]: https://github.com/marcaube/ObHighchartsBundle/compare/1.6...HEAD +[Unreleased]: https://github.com/marcaube/ObHighchartsBundle/compare/1.7...HEAD +[1.7.0]: https://github.com/marcaube/ObHighchartsBundle/compare/1.6...1.7 [1.6.0]: https://github.com/marcaube/ObHighchartsBundle/compare/1.5...1.6 [1.5.0]: https://github.com/marcaube/ObHighchartsBundle/compare/1.4...1.5 [1.4.0]: https://github.com/marcaube/ObHighchartsBundle/compare/1.3...1.4 diff --git a/composer.json b/composer.json index 9ab4527..19e1b77 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.7.x-dev" + "dev-master": "1.8.x-dev" } } }