diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # webdriver-precore-??.??.??.?? (????-??-??) - Unreleased
 
+# webdriver-precore-0.1.0.0 (2025-04-27)
+
+Downgrade `cabal-version:` from  `3.12` => `3.8` for Stackage compatibility
+
 # webdriver-precore-0.0.0.4 (2025-04-21)
 
 Fix another typo (bad repo examples link)
diff --git a/webdriver-precore.cabal b/webdriver-precore.cabal
--- a/webdriver-precore.cabal
+++ b/webdriver-precore.cabal
@@ -1,7 +1,7 @@
-cabal-version: 3.12
+cabal-version: 3.8
 
 name:           webdriver-precore
-version:        0.0.0.4
+version:        0.1.0.0
 homepage:       https://github.com/pyrethrum/webdriver-precore#readme
 bug-reports:    https://github.com/pyrethrum/webdriver-precore/issues
 author:         John Walker, Adrian Glouftsis
@@ -11,7 +11,11 @@
 license:        BSD-3-Clause
 license-file:   LICENSE
 build-type:     Simple
-extra-doc-files: 
+-- after 3.10
+-- extra-doc-files: 
+--   README.md
+--   ChangeLog.md
+extra-source-files: 
   README.md
   ChangeLog.md
 tested-with: GHC == { 9.8.2, 9.10.1 }
