diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.4.4.1
+
+* Pointed to microlens-platform in the synopsis.
+
 # 0.4.4.0
 
 * Added `mapAccumLOf`.
diff --git a/microlens.cabal b/microlens.cabal
--- a/microlens.cabal
+++ b/microlens.cabal
@@ -1,6 +1,6 @@
 name:                microlens
-version:             0.4.4.0
-synopsis:            A tiny part of the lens library with no dependencies
+version:             0.4.4.1
+synopsis:            A tiny lens library with no dependencies. If you're writing an app, you probably want microlens-platform, not this.
 description:
   This is an extract from <http://hackage.haskell.org/package/lens lens> (with no dependencies). It's not a toy lenses library, unsuitable for “real world”, but merely a small one. It is compatible with lens, and should have same performance. It also has better documentation.
   .
