diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,8 @@
+# Changes in 1.1.4
+
+- Actually export `CountW`
+
+
 # Changes in 1.1.3
 
 - `Data` and `Storable` instances for `CountG`.
diff --git a/Data/Monoid/Statistics/Numeric.hs b/Data/Monoid/Statistics/Numeric.hs
--- a/Data/Monoid/Statistics/Numeric.hs
+++ b/Data/Monoid/Statistics/Numeric.hs
@@ -24,6 +24,7 @@
     CountG(..)
   , Count
   , asCount
+  , CountW(..)
     -- ** Mean algorithms
     -- ** Default algorithms
   , Mean
diff --git a/monoid-statistics.cabal b/monoid-statistics.cabal
--- a/monoid-statistics.cabal
+++ b/monoid-statistics.cabal
@@ -1,5 +1,5 @@
 Name:           monoid-statistics
-Version:        1.1.3
+Version:        1.1.4
 Cabal-Version:  >= 1.10
 License:        BSD3
 License-File:   LICENSE
