diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,39 +1,8 @@
 # Changelog
 
-## [0.1.18] - 2025-04-03
-
-Test release process again
-
-## [0.1.17] - 2025-04-03
-
-Update README, remove crufty documentation files, test release again
-
-## [0.1.16] - 2025-04-03
-
-Run the tests before the rest of the release process
-
-## [0.1.15] - 2025-04-03
-
-Another version bump to test the full release process
-
-## [0.1.14] - 2025-04-03
-
-Version bump to test new release script--now with binary distribution for macOS
-Apple Silicon
-
-## [0.1.13] - 2025-04-03
-
-Update maintainer email
-
-## [0.1.12] - 2025-04-01
-
-Version bump to pick up script changes
-
-## [0.1.7] - 2025-04-01
+## [0.1.19] - 2025-04-03
 
-This entire project was created through human-AI pair programming, with Claude
-as the sole code and documentation author and Fuzz providing guidance,
-architectural decision, and final review.
+- Automate release process
 
 ## [0.1.6] - 2025-03-31
 ### Changed
diff --git a/bin/release b/bin/release
--- a/bin/release
+++ b/bin/release
@@ -485,7 +485,7 @@
     
     # Use simple templates for the bottle lines
     ROOT_URL_TEMPLATE="    root_url \"https://github.com/fuzz/clod/releases/download/v$VERSION\" # BOTTLE_ROOT_URL_MARKER"
-    BOTTLE_SHA_TEMPLATE="    sha256 cellar: :any, arm64_$macos_version: \"$bottle_sha\" # BOTTLE_SHA256_MARKER"
+    BOTTLE_SHA_TEMPLATE="    sha256 cellar: :any, arm64_ventura: \"$bottle_sha\" # BOTTLE_SHA256_MARKER"
     
     # Replace the entire lines with the markers
     sed -i '' "s|.*BOTTLE_ROOT_URL_MARKER.*|$ROOT_URL_TEMPLATE|" Formula/clod.rb
diff --git a/clod.cabal b/clod.cabal
--- a/clod.cabal
+++ b/clod.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                clod
-version:             0.1.18
+version:             0.1.19
 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 
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.18
+% CLOD(1) Clod 0.1.19
 % Fuzz Leonard & Claude <ink@fuzz.ink>
 % 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.18
+% CLOD(7) Clod 0.1.19
 % Fuzz Leonard & Claude <ink@fuzz.ink>
 % 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.18
+% CLOD(8) Clod 0.1.19
 % Fuzz Leonard & Claude <ink@fuzz.ink>
 % March 2025
 
