diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb2745..14166f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,21 @@ -# Covid19 Cuba Application Changelog +# Covid19 Cuba Data Mobile Application Changelog + +## [0.3.0] - April 2, 2020 + +### Added + +* Notification of claps before 9:00PM +* Message error for parse exceptions +* Provinces and municipalities tops + +### Changed + +* Evolution test in time chart + +### Fixed + +* Map color scale +* Reload of map ## [0.2.1] - March 30, 2020 diff --git a/pubspec.yaml b/pubspec.yaml index ce173db..adde384 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: covid19cuba description: Mobile application of Covid19 Cuba Efforts project implemented with Flutter. -version: 0.2.1+4 +version: 0.3.0+5 environment: sdk: ">=2.1.0 <3.0.0"