From 205f1167a3a11e15711ee0844de5129803f14cde Mon Sep 17 00:00:00 2001 From: imaNNeoFighT Date: Mon, 22 Jan 2024 22:27:59 +0100 Subject: [PATCH] Bump version to 0.66.1 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b89b71a4f..1b9411880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## newVersion +## 0.66.1 * **BUGFIX** (by @imaNNeo) Fix PieChart blackout issue, #1538 * **BUGFIX** (by @imaNNeo) Fix memory leak in LineChart and BarChart, #1106 diff --git a/pubspec.yaml b/pubspec.yaml index 50bc277f0..0a277c199 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fl_chart description: A highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart. -version: 0.66.0 +version: 0.66.1 homepage: https://flchart.dev/ repository: https://github.com/imaNNeo/fl_chart issue_tracker: https://github.com/imaNNeo/fl_chart/issues