diff --git a/CHANGELOG.md b/CHANGELOG.md index ab816ad..cfcfd52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [Unreleased] + +### Fixed +- **Installation Script:** Fixed bash syntax error in `install.sh` caused by missing quotes around color variables in `read -p` commands (#13) + - Added proper quoting around `${BLUE}` and `${NC}` variables in command substitution + - Prevents "syntax error near unexpected token" during installation on macOS + - Affects lines 132 and 179 in install.sh +- **CI Workflow:** Removed strict branch naming requirement for PRs into dev (#17) + - Contributors can now use any branch name when creating PRs + - Reduces friction for external contributors and fork PRs + - Maintains PR title validation (Conventional Commits) for commit hygiene + +--- + ## [1.0.0] - 2025-11-12 ### 🎉 Initial Release