From 655daba00c87136b92bfc4aca891780defe60348 Mon Sep 17 00:00:00 2001 From: Philip Brink Date: Wed, 12 Jun 2024 17:09:09 -0400 Subject: [PATCH] update version to 0.4.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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: