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

Commit 7faa0a4

Browse files
committed
Update CHANGELOG.md and branch alias for 1.7
1 parent 0ece303 commit 7faa0a4

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@
33

44
## [Unreleased]
55

6-
* Added support for Symfony 5
7-
* Added support for Twig 3
6+
TBD
7+
8+
9+
### [1.7.0] - 2020-01-12
10+
11+
* Add support for Symfony 5
12+
* Add support for Twig 3
13+
* Drop support for PHP < 7.2
814

915

1016
### [1.6.0] - 2017-12-27
@@ -72,7 +78,8 @@ as possible. See http://framework.zend.com/security/advisory/ZF2014-01
7278
* Initial release
7379

7480

75-
[Unreleased]: https://github.com/marcaube/ObHighchartsBundle/compare/1.6...HEAD
81+
[Unreleased]: https://github.com/marcaube/ObHighchartsBundle/compare/1.7...HEAD
82+
[1.7.0]: https://github.com/marcaube/ObHighchartsBundle/compare/1.6...1.7
7683
[1.6.0]: https://github.com/marcaube/ObHighchartsBundle/compare/1.5...1.6
7784
[1.5.0]: https://github.com/marcaube/ObHighchartsBundle/compare/1.4...1.5
7885
[1.4.0]: https://github.com/marcaube/ObHighchartsBundle/compare/1.3...1.4

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"extra": {
3232
"branch-alias": {
33-
"dev-master": "1.7.x-dev"
33+
"dev-master": "1.8.x-dev"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)