diff --git a/NEWS.md b/NEWS.md
--- a/NEWS.md
+++ b/NEWS.md
@@ -3,6 +3,30 @@
 
 
 
+feed-collect 0.2.0.2 -- 2016-02-18
+==================================
+
+General, build and documentation changes:
+
+* (None)
+
+New APIs, features and enhancements:
+
+* (None)
+
+Bug fixes:
+
+* Somehow I forgot to export the `wcDebug` function. It's useful just for
+  debugging, which is probably why I didn't notice for 2 months.
+
+Dependency changes:
+
+* (None)
+
+
+
+
+
 feed-collect 0.2.0.1 -- 2016-02-12
 ==================================
 
diff --git a/feed-collect.cabal b/feed-collect.cabal
--- a/feed-collect.cabal
+++ b/feed-collect.cabal
@@ -1,5 +1,5 @@
 name:                feed-collect
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Watch RSS/Atom feeds (and do with them whatever you like).
 description:
   RSS and Atom are common technologies for publishing news updates and watching
diff --git a/src/Web/Feed/Collect.hs b/src/Web/Feed/Collect.hs
--- a/src/Web/Feed/Collect.hs
+++ b/src/Web/Feed/Collect.hs
@@ -146,6 +146,7 @@
     , wcVisitInterval
     , wcMaxItems
     , wcFeeds
+    , wcDebug
       -- * Collectors
     , collectorNull
     , collectorPrint
