Bump to 1.1.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3664e7e..7e4c0ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# Version 1.1.1
+
+- Fix a use-after-free bug where the schedule function is dropped while running.
+
 # Version 1.1.0
 
 - If a task is dropped or cancelled outside the `run` method, it gets re-scheduled.
diff --git a/Cargo.toml b/Cargo.toml
index 3ebb78b..a282260 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "async-task"
-version = "1.1.0"
+version = "1.1.1"
 authors = ["Stjepan Glavina <stjepang@gmail.com>"]
 edition = "2018"
 license = "Apache-2.0/MIT"