diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
 PLACEHOLDER
 -----
 
+0.2.0.1
+-----
+* Revise synopsis, because "Haskell2010 compatible" suggests that both the
+  package and its dependencies don't require extensions, which is false.
+  Apologies for the misinformation!
+
 0.2.0.0
 -----
 * Support for `template-haskell-2.8.0.0`.
diff --git a/global.cabal b/global.cabal
--- a/global.cabal
+++ b/global.cabal
@@ -1,6 +1,6 @@
 name:               global
 -- Don't forget to bump the tag and CHANGELOG placeholder too.
-version:            0.2.0.0
+version:            0.2.0.1
 cabal-version:      >= 1.18
 build-type:         Simple
 license:            BSD3
@@ -15,7 +15,7 @@
 extra-doc-files:
   README.md
  ,CHANGELOG.md
-synopsis:           Haskell2010 compatible library enabling unique top-level declarations
+synopsis:           Library enabling unique top-level declarations
 description:
   The "global" library enables the declaration of unique top-level
   declarations, including references to mutable state accessible via IO.
@@ -73,4 +73,4 @@
 source-repository this
   type:     git
   location: git@github.com:bairyn/global.git
-  tag:      v0.2.0.0
+  tag:      v0.2.0.1
