diff --git a/CHANGELOG.md b/CHANGELOG.md index 927ecb2..e3c4919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [0.4.15] - 2024-10-04 +* Issue #88: The calendar list view now considers the 'locale' parameter + ## [0.4.14] - 2024-09-04 * Issue #87: Fixed calculation of multiday events diff --git a/example/pubspec.lock b/example/pubspec.lock index 06f160b..efb6013 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -73,7 +73,7 @@ packages: path: ".." relative: true source: path - version: "0.4.14" + version: "0.4.15" flutter_platform_widgets: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5b9c4aa..c49a78f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: >- Simple and clean flutter calendar with ability to slide up/down to show weekly/monthly calendar. Fork of https://pub.dev/packages/flutter_clean_calendar -version: 0.4.14 +version: 0.4.15 homepage: https://github.com/rwbr/flutter_neat_and_clean_calendar environment: