diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/).
 
+## 0.2.0.1 – 2020–05–18
+### Changed
+- Turned on StrictData
+
 ## 0.2.0.0 – 2020–05–14
 ### Changed
 - updated in sync with polykinding changes in yaya-0.3.0.0
diff --git a/yaya-hedgehog.cabal b/yaya-hedgehog.cabal
--- a/yaya-hedgehog.cabal
+++ b/yaya-hedgehog.cabal
@@ -1,5 +1,5 @@
 name:                yaya-hedgehog
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Hedgehog testing support for the Yaya recursion scheme
                      library.
 description:         If you use Yaya in your own code and have tests written
@@ -34,6 +34,7 @@
                      , MultiParamTypeClasses
                      , RankNTypes
                      , ScopedTypeVariables
+                     , StrictData
                      , TupleSections
   default-language:    Haskell2010
 
