From 91d07ead191c2f82f1c29254f627bad2b4ea8c65 Mon Sep 17 00:00:00 2001 From: Pedro Feitosa Date: Thu, 23 Jul 2020 21:33:24 -0300 Subject: [PATCH] Tagging 1.2.8 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 726b441..92143d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.2.8] - 2020-07-23 + +* Fixing date difference for timezones + ## [1.2.7] - 2020-07-01 * Removing generated files diff --git a/README.md b/README.md index ff94dbb..acad21f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Add this to your package's pubspec.yaml file: ``` dependencies: - heatmap_calendar: ^1.2.7 + heatmap_calendar: ^1.2.8 ``` ### 2. Install it diff --git a/pubspec.yaml b/pubspec.yaml index 16ae0ff..0a06a1b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: heatmap_calendar description: A Heat Map Calendar based on Github's contributions chart which can be used to visualize values over time -version: 1.2.7 +version: 1.2.8 #authors: Pedro Feitosa homepage: https://github.com/pedrohff/flutter_heatmap_calendar