prep for release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4624c2d..0af2a2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.2.1
+
+* fix windows bug
+
 # 0.2.0
 
 * support for various stream types
diff --git a/Cargo.toml b/Cargo.toml
index c31b4d5..6d0115c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "atty"
-version = "0.2.0"
+version = "0.2.1"
 authors = ["softprops <d.tangren@gmail.com>"]
 description = "A simple interface for querying atty"
 documentation = "http://softprops.github.io/atty"
@@ -12,4 +12,4 @@
 [dependencies]
 libc = "0.2"
 winapi = "0.2"
-kernel32-sys = "0.2"
\ No newline at end of file
+kernel32-sys = "0.2"