diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,17 @@
+# Changelog
+
+## [0.2.0.1] - 2023-10-09
+
+### Added
+
+* Compatibility with `GHC >= 9.8`.
+
+## [0.2.0.0] - 2021-06-17
+
+### Added
+
+* Added `IsTest` instances for `WaiClientM env ()`.
+
+### Deleted
+
+* `wit`: you can now just use `it` instead.
diff --git a/src/Test/Syd/Wai/Request.hs b/src/Test/Syd/Wai/Request.hs
--- a/src/Test/Syd/Wai/Request.hs
+++ b/src/Test/Syd/Wai/Request.hs
@@ -3,6 +3,7 @@
 
 module Test.Syd.Wai.Request where
 
+import Control.Monad
 import Control.Monad.Reader
 import Control.Monad.State as State
 import Data.ByteString (ByteString)
diff --git a/sydtest-wai.cabal b/sydtest-wai.cabal
--- a/sydtest-wai.cabal
+++ b/sydtest-wai.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.34.4.
+-- This file has been generated from package.yaml by hpack version 0.35.2.
 --
 -- see: https://github.com/sol/hpack
 
 name:           sydtest-wai
-version:        0.2.0.0
+version:        0.2.0.1
 synopsis:       A wai companion library for sydtest
 category:       Testing
 homepage:       https://github.com/NorfairKing/sydtest#readme
@@ -16,6 +16,9 @@
 license:        OtherLicense
 license-file:   LICENSE.md
 build-type:     Simple
+extra-source-files:
+    LICENSE.md
+    CHANGELOG.md
 
 source-repository head
   type: git
@@ -40,7 +43,6 @@
     , http-types
     , mtl
     , network
-    , pretty-show
     , sydtest >=0.3.0.0
     , text
     , time
@@ -64,7 +66,6 @@
       base >=4.7 && <5
     , http-client
     , http-types
-    , stm
     , sydtest
     , sydtest-wai
     , wai
