Merge branch 'master' of github.com:softprops/atty
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4ea07b..8382a5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.2.8
+
+* Fix an inverted condition on MinGW [#22](https://github.com/softprops/atty/pull/22)
+
 # 0.2.7
 
 * Change `||` to `&&` for whether MSYS is a tty [#24](https://github.com/softprops/atty/pull/24/)
diff --git a/Cargo.toml b/Cargo.toml
index b76b192..c63aab0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "atty"
-version = "0.2.7"
+version = "0.2.8"
 authors = ["softprops <d.tangren@gmail.com>"]
 description = "A simple interface for querying atty"
 documentation = "http://softprops.github.io/atty"