Bump to 1.2.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 831779f..7c69e93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# Version 1.2.1
+
+- Add the `no-std` category to the package.
+
 # Version 1.2.0
 
 - The crate is now marked with `#![no_std]`.
diff --git a/Cargo.toml b/Cargo.toml
index 968fdca..2b4a4a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "async-task"
-version = "1.2.0"
+version = "1.2.1"
 authors = ["Stjepan Glavina <stjepang@gmail.com>"]
 edition = "2018"
 license = "Apache-2.0/MIT"