diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,11 @@
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [0.1.2] - 2025-03-31
+### Changed
+- Updated Dhall dependency to support newer versions (< 1.43)
+- Fixed compatibility issues with template-haskell 2.20.0.0
+
 ## [0.1.1] - 2025-03-31
 ### Changed
 - Removed unused dependencies (polysemy, deepseq, lens)
diff --git a/HUMAN.md b/HUMAN.md
--- a/HUMAN.md
+++ b/HUMAN.md
@@ -251,5 +251,6 @@
 ## Configuration
 
 The tool creates a configuration directory at `.clod/` in your project root:
-- `last-run-marker`: Tracks when the tool was last run for incremental updates
+- `db.dhall`: Tracks checksums, filename mappings and the location of the
+  previous staging directory
 - Path mappings are stored in each staging directory
diff --git a/clod.cabal b/clod.cabal
--- a/clod.cabal
+++ b/clod.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.0
 name:                clod
-version:             0.1.1
+version:             0.1.2
 synopsis:            Project file manager for Claude AI integrations
 description:         Clod (Claude Loader) is a utility for preparing and uploading files to Claude AI's 
                      Project Knowledge feature. It tracks file changes, respects .gitignore and .clodignore 
@@ -97,7 +97,7 @@
     text >= 1.2 && < 1.3,
     aeson >= 2.0 && < 3.0,
     aeson-pretty >= 0.8 && < 0.9,
-    dhall >= 1.41 && < 1.42,
+    dhall >= 1.41 && < 1.43,
     bytestring >= 0.10 && < 0.12,
     containers >= 0.6 && < 0.7,
     time >= 1.9 && < 1.13,
diff --git a/man/clod.1.md b/man/clod.1.md
--- a/man/clod.1.md
+++ b/man/clod.1.md
@@ -1,4 +1,4 @@
-% CLOD(1) Clod 0.1.1
+% CLOD(1) Clod 0.1.2
 % Fuzz Leonard
 % March 2025
 
diff --git a/man/clod.7.md b/man/clod.7.md
--- a/man/clod.7.md
+++ b/man/clod.7.md
@@ -1,4 +1,4 @@
-% CLOD(7) Clod 0.1.1
+% CLOD(7) Clod 0.1.2
 % Fuzz Leonard
 % March 2025
 
diff --git a/man/clod.8.md b/man/clod.8.md
--- a/man/clod.8.md
+++ b/man/clod.8.md
@@ -1,4 +1,4 @@
-% CLOD(8) Clod 0.1.1
+% CLOD(8) Clod 0.1.2
 % Fuzz Leonard
 % March 2025
 
@@ -290,5 +290,6 @@
 ## Configuration
 
 The tool creates a configuration directory at `.clod/` in your project root:
-- `last-run-marker`: Tracks when the tool was last run for incremental updates
+- `db.dhall`: Tracks checksums, filename mappings and the location of the
+  previous staging directory
 - Path mappings are stored in each staging directory
