diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f609b..5a759f1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### Changed +- [2020-06-22] Fix incorrect `config.sample.json` naming to `settings.sample.json` by [@lflare] ### Deprecated diff --git a/config.sample.json b/settings.sample.json similarity index 100% rename from config.sample.json rename to settings.sample.json