diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ac268..73a5a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). ## [Unreleased] + +## [5.2.0] - 2022-02-11 +### Added +- Make option to override destination dir for configuration files. Needed for Homebrew. + ### Changed - Write permissions on installed scripts removed (0755 -> 0555). Homebrew was complaining.