diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
 # CHANGELOG
 
+ -  0.2.2.1 (2024-09-30)
+     *  Fix export of `Options`.
+
  -  0.2.2.0 (2024-09-30)
      *  Expose `Options`, `defaultOptions` and `mainWith` from `Goldplate`
         module so it's easy to call from Haskell test suites.
diff --git a/goldplate.cabal b/goldplate.cabal
--- a/goldplate.cabal
+++ b/goldplate.cabal
@@ -1,5 +1,5 @@
 Name:          goldplate
-Version:       0.2.2.0
+Version:       0.2.2.1
 Synopsis:      A lightweight golden test runner
 License:       Apache-2.0
 License-file:  LICENSE
diff --git a/src/Goldplate.hs b/src/Goldplate.hs
--- a/src/Goldplate.hs
+++ b/src/Goldplate.hs
@@ -10,7 +10,7 @@
 module Goldplate
     ( main
 
-    , Options
+    , Options (..)
     , defaultOptions
     , mainWith
 
