diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,10 @@
 # Revision history for skylighting and skylighting-core
 
+## 0.10.0.2
+
+  * Improve DetectIdentifier to ensure that identifiers can't
+    include non-ASCII characters.
+
 ## 0.10.0.1
 
   * Fix identifier detection in non-ASCII context (#110).
diff --git a/skylighting.cabal b/skylighting.cabal
--- a/skylighting.cabal
+++ b/skylighting.cabal
@@ -1,5 +1,5 @@
 name:                skylighting
-version:             0.10.0.1
+version:             0.10.0.2
 synopsis:            syntax highlighting library
 description:         Skylighting is a syntax highlighting library with
                      support for over one hundred languages.  It derives
@@ -186,7 +186,7 @@
                        Skylighting.Syntax.Zsh
   other-extensions:    CPP, Arrows
   build-depends:       base >= 4.8 && < 5.0,
-                       skylighting-core == 0.10.0.1,
+                       skylighting-core == 0.10.0.2,
                        bytestring,
                        containers,
                        binary
