From b838ebcb1a09198d537048a688f8cfd9080087fa Mon Sep 17 00:00:00 2001 From: Erik Westrup Date: Fri, 11 Feb 2022 22:08:10 +0100 Subject: [PATCH] Modified: CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) 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.