diff --git a/CHANGELOG.md b/CHANGELOG.md index f8cc8cd7e..ac5e3a71e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# +## 0.10.1 * [Improvement] Show barGroups `x` value instead of `index` in bottom titles, #342. * [Improvement] [BREAKING] Use `double.infinity` instead of `double.nan` for letting `enterSpaceRadius` be as large as possible in the (PieChartData)[https://github.com/imaNNeoFighT/fl_chart/blob/master/repo_files/documentations/pie_chart.md#piechartdata], #377. * [Bugfix] Fixed PieChart bug with 1 section, #368. diff --git a/README.md b/README.md index 2d6dc9475..8e1e4002b 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Thank you all! ```yml dependencies: - fl_chart: ^0.10.0 + fl_chart: ^0.10.1 ``` diff --git a/pubspec.yaml b/pubspec.yaml index 85a6d88a6..c4088bdaa 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.10.0 +version: 0.10.1 homepage: https://github.com/imaNNeoFighT/fl_chart environment: