Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Update CHANGELOG.md and branch alias for 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaube committed Jan 12, 2020
1 parent 0ece303 commit 7faa0a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "1.7.x-dev"
"dev-master": "1.8.x-dev"
}
}
}

0 comments on commit 7faa0a4

Please sign in to comment.