diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ef33a..8b2b047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +[0.4.1] - 12 June 2024 + +* Add key to DragAndDropItem and DragAndDropList (thanks [@saileshbro](https://github.com/saileshbro)) + [0.4.0] - 11 June 2024 * Update to be compatible with Flutter 3.22.0 (thanks [@dmitry-comet](https://github.com/dmitry-comet)) diff --git a/pubspec.yaml b/pubspec.yaml index a375f74..6e7925a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: drag_and_drop_lists description: A flutter package to allow drag-and-drop reordering of two-level lists. -version: 0.4.0 +version: 0.4.1 homepage: https://github.com/philip-brink/DragAndDropLists environment: