diff --git a/Changelog.md b/Changelog.md
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,6 @@
+v0.1.1.0
+* Added ```StrictReadRec``` class
+
 v0.1.0.3
 * Bumped some upper bounds and raised the lower bound on relude
 
diff --git a/Frames-streamly.cabal b/Frames-streamly.cabal
--- a/Frames-streamly.cabal
+++ b/Frames-streamly.cabal
@@ -7,7 +7,7 @@
 -- hash: f129113aa17f26529351746660f5b3ada35ea09fec7866ca91d25902f08ac8be
 
 name:           Frames-streamly
-version:        0.1.0.3
+version:        0.1.1.0
 synopsis:       A streamly layer for Frames I/O
 description:    More information is available in the <https://github.com/adamConnerSax/Frames-streamly/blob/master/Readme.md readme>.'
 category:       Data
diff --git a/src/Frames/Streamly/CSV.hs b/src/Frames/Streamly/CSV.hs
--- a/src/Frames/Streamly/CSV.hs
+++ b/src/Frames/Streamly/CSV.hs
@@ -34,8 +34,10 @@
 -}
 module Frames.Streamly.CSV
     (
+      -- * Strict version of ReadRec
+      StrictReadRec (..)
       -- * read from File to Stream of Recs
-      readTable
+    , readTable
     , readTableOpt
     , readTableMaybe
     , readTableMaybeOpt
