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