diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,12 +5,22 @@
 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.6] - 2025-03-31
+### Changed
+- Simplified man page installation in Homebrew formula
+- Improved cross-platform compatibility
+- Removed complex installation scripts in favor of more standard approaches
+- Enhanced Homebrew formula based on best practices
+
 ## [0.1.5] - 2025-03-31
 ### Changed
-- Improved robustness of man page installation scripts
-- Enhanced debugging for installation issues
-- Made scripts more resilient to various environment configurations
-- Fixed path handling edge cases in installation process
+- Major improvements to man page installation script:
+  - Added detailed logging to aid in debugging installation issues
+  - Enhanced pandoc detection to work in multiple environment configurations
+  - Ensured script gracefully handles missing files or tools
+  - Added fallbacks for all error conditions to prevent build failures
+  - Fixed path handling edge cases in installation process
+- Updated Homebrew formula to better handle installation requirements
 
 ## [0.1.4] - 2025-03-31
 ### Changed
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.5
+version:             0.1.6
 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.5
+% CLOD(1) Clod 0.1.6
 % 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.5
+% CLOD(7) Clod 0.1.6
 % 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.5
+% CLOD(8) Clod 0.1.6
 % Fuzz Leonard
 % March 2025
 
