diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # Changelog
 
-## [0.1.20] - 2025-04-03
+## [0.1.21] - 2025-04-04
 
 - Automate release process
 
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 arm64_sonoma: \"$bottle_sha\" # BOTTLE_SHA256_MARKER"
+    BOTTLE_SHA_TEMPLATE="    sha256 cellar: :any_skip_relocation, arm64_${macos_version}: \"$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
@@ -498,7 +498,7 @@
       exit 1
     fi
     
-    if ! grep -q "$bottle_sha.*BOTTLE_SHA256_MARKER" Formula/clod.rb; then
+    if ! grep -q "arm64_${macos_version}.*$bottle_sha.*BOTTLE_SHA256_MARKER" Formula/clod.rb; then
       echo "ERROR: Bottle SHA update failed. Please check Formula/clod.rb manually."
       cat Formula/clod.rb | grep -A 2 "sha256 cellar"
       exit 1
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.20
+version:             0.1.21
 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.20
+% CLOD(1) Clod 0.1.21
 % 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.20
+% CLOD(7) Clod 0.1.21
 % 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.20
+% CLOD(8) Clod 0.1.21
 % Fuzz Leonard & Claude <ink@fuzz.ink>
 % March 2025
 
