diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 000000000..8266f32e4
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,7 @@
+
+## v0.2.0 (2018-05-07)
+
+#### Features
+ * Uses `tokio` instead of `tokio_core` (#24)
+ * Supports all 33 signals on FreeBSD (#27)
+
diff --git a/Cargo.toml b/Cargo.toml
index 92ad04524..df8250e2a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tokio-signal"
-version = "0.1.5"
+version = "0.2.0"
authors = ["Alex Crichton "]
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/tokio-signal"