diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,12 @@
 The serialization format carries its own version tag, independent of the package
 version; any change to it is recorded here explicitly.
 
+## 1.3.0.3 - 2026-08-22
+
+* Restore the package-overview Delaunay board on Hackage with a release-tagged
+  absolute image URL; the chart remains package-owned and shipped in the source
+  distribution.
+
 ## 1.3.0.2 - 2026-08-22
 
 * Add an opaque exact alpha filtration over every resident Delaunay vertex,
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -249,7 +249,7 @@
 all 24 fixture summaries across all five implementations before timing, and
 derives both pictures from the retained 120-case CSV.
 
-![Moonlight Delaunay construction over the small Spade fixtures](bench/delaunay-compare/results/moonlight-delaunay-compare-small.svg)
+![Moonlight Delaunay construction over the small Spade fixtures](https://raw.githubusercontent.com/PaleRoses/moonlight/moonlight-triangulation-1.3.0.3/moonlight-triangulation/bench/delaunay-compare/results/moonlight-delaunay-compare-small.svg)
 
 The [benchmark README](bench/delaunay-compare/README.md) owns the single
 retained board, its result, receipt, big-point picture, and reproduction
diff --git a/moonlight-triangulation.cabal b/moonlight-triangulation.cabal
--- a/moonlight-triangulation.cabal
+++ b/moonlight-triangulation.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.4
 name:                moonlight-triangulation
-version:             1.3.0.2
+version:             1.3.0.3
 synopsis:            Delaunay meshes and exact planar-region algebra.
 description:         Delaunay and constrained Delaunay triangulation as a lawful
                      finite-set algebra, together with exact rational planar
@@ -73,7 +73,7 @@
 source-repository this
   type:     git
   location: https://github.com/PaleRoses/moonlight.git
-  tag:      moonlight-triangulation-1.3.0.2
+  tag:      moonlight-triangulation-1.3.0.3
   subdir:   moonlight-triangulation
 
 flag warnings-as-errors
