diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dc5f0b352b579513acbe1a16820958be8fb4ad3..2bc8803dae2ae8a01abcb5cfd40df5eb9d86d0fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,5 @@
-## <s>0.9.1 (February 25, 2017)</s>
 ## 0.9.2 (February 26, 2017)
 
-**There was a bug in 0.9.1, so you should update directly to 0.9.2 instead.**
-
 #### :nail_care: Enhancement
 
 * `create-react-app`
@@ -122,6 +119,8 @@
 
 ### Migrating from 0.9.0 to 0.9.2
 
+**Note:** 0.9.1 had known issues so you should skip it.
+
 Inside any created project that has not been ejected, run:
 
 ```
@@ -134,6 +133,10 @@ You may also optionally update the global command-line utility for more efficien
 npm install -g create-react-app@1.1.0
 ```
 
+## <s>0.9.1 (February 25, 2017)</s>
+
+This release has known issues and you should skip it. Update directly to 0.9.2 instead.
+
 ## 0.9.0 (February 11, 2017)
 
 Thanks to [@Timer](https://github.com/timer) for cutting this release.