diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6073234..5416cff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.2.0
+
+* Null-safety migration by [devcat37](https://github.com/devcat37)
+
## 0.1.0
* Initial release.
diff --git a/pubspec.yaml b/pubspec.yaml
index 84a7dba..f08696b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
name: swipe_to_action
description: A widget which can be used to call functions when the wrapped child is dragged or flinged.
-version: 0.1.0
+version: 0.2.0
homepage: https://inex.dev/inex/swipe_to_action
environment:
diff --git a/swipe_to_action.iml b/swipe_to_action.iml
index 429df7d..644ba24 100644
--- a/swipe_to_action.iml
+++ b/swipe_to_action.iml
@@ -10,6 +10,7 @@
+