diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,7 @@
+## 0.1.0.13 (2025-01-20)
+
+Version bumps
+
 ## 0.1.0.12 (2023-06-26)
 
 Change test-suite to hspec
diff --git a/data-forest.cabal b/data-forest.cabal
--- a/data-forest.cabal
+++ b/data-forest.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: data-forest
-version: 0.1.0.12
+version: 0.1.0.13
 category: Data Structures
 synopsis: A simple multi-way tree data structure
 
@@ -26,7 +26,7 @@
       NoImplicitPrelude
   ghc-options: -Wall
   build-depends:
-    , base ^>= 4.16 || ^>= 4.17 || ^>= 4.18
+    , base ^>= 4.18 || ^>= 4.19
 
 library
   import: base
