Bump to 1.3.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c69e93..dfc7cb1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# Version 1.3.0
+
+- Add `waker_fn`.
+
 # Version 1.2.1
 
 - Add the `no-std` category to the package.
diff --git a/Cargo.toml b/Cargo.toml
index 8f7aa15..fb9899f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "async-task"
-version = "1.2.1"
+version = "1.3.0"
 authors = ["Stjepan Glavina <stjepang@gmail.com>"]
 edition = "2018"
 license = "Apache-2.0/MIT"