diff --git a/CHANGELOG.md b/CHANGELOG.md index e57a477..b0ea376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [v0.3.2] - 2026-03-30 + +Polishing the install script and catching up on past changelog entries. + +### Added +- Add debug echo statements for download and extraction. +- Add changelog entry for v0.3.1, documenting additions like .grokkit directory creation. +- Add changelog entry for v0.3.1, documenting changes like default output path, project analysis movement, analysis refinements, and v0.3.0 changelog update. + +### Changed +- Adjust asset filename to include 'v' prefix for version. +- Comment out checksum download and verification. +- Update binary naming and extraction handling. +- Comment out temp dir cleanup trap. + +### Fixed +- Fix quoting in case statements and echo commands. ## [v0.3.1] - 2026-03-28 ### Added