diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bae9e862..969cf4d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.50.4 +* **IMPROVEMENT** Fix test coverage problem + ## 0.50.3 * **IMPROVEMENT** Fix order of drawing lineChart bar indicator problem, #198. * **FEATURE** Add `isStrokeJoinRound` property in [LineChartBarData](https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/line_chart.md#linechartbardata). diff --git a/pubspec.yaml b/pubspec.yaml index 0f72729cd..6360962c5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fl_chart description: A powerful Flutter chart library, currently supporting Line Chart, Bar Chart and Pie Chart. -version: 0.50.3 +version: 0.50.4 homepage: https://github.com/imaNNeoFighT/fl_chart environment: