diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,13 @@
   
 ## [Unreleased]
 
+## [0.0.0.2] - 2019-05-15
+
+### Changed
+
+* Exposed 'readLooperEnvironment'
+* Doc fix
+
 ## [0.0.0.1] - 2019-05-15
 
 ### Changed
diff --git a/looper.cabal b/looper.cabal
--- a/looper.cabal
+++ b/looper.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 566c0c3e92e15892921c8e359a0198ff060b3eb62a71c768591cdb5ece10d8d6
+-- hash: 89647c3d09f7fa4d71e44a70470be2d4892fa2d52a50236d39c23d195fe84eae
 
 name:           looper
-version:        0.0.0.1
+version:        0.0.0.2
 description:    Please see the README on GitHub at <https://github.com/NorfairKing/looper#readme>
 homepage:       https://github.com/NorfairKing/looper#readme
 bug-reports:    https://github.com/NorfairKing/looper/issues
diff --git a/src/Looper.hs b/src/Looper.hs
--- a/src/Looper.hs
+++ b/src/Looper.hs
@@ -11,6 +11,7 @@
   , getLooperFlags
   , LooperEnvironment(..)
   , getLooperEnvironment
+  , readLooperEnvironment
   , LooperConfiguration(..)
   , LooperSettings(..)
   , deriveLooperSettings
@@ -124,7 +125,7 @@
     }
   deriving (Show, Eq, Generic)
 
--- | Get a 'LooperEnvironment' from a the environment
+-- | Get a 'LooperEnvironment' from the environment
 getLooperEnvironment ::
      String -- ^ Prefix for each variable (best to make this all-caps)
   -> String -- ^ Name of the looper (best to make this all-caps too)
