Bump to 1.1.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87edaac..3664e7e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# Version 1.1.0
+
+- If a task is dropped or cancelled outside the `run` method, it gets re-scheduled.
+- Add `spawn_local` constructor.
+
# Version 1.0.0
- Initial release
diff --git a/Cargo.toml b/Cargo.toml
index e3dd091..3ebb78b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-task"
-version = "1.0.0"
+version = "1.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
license = "Apache-2.0/MIT"