diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6980a..4539b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ BUG FIXES: * Scale out/in endpoints should use POST rather than PUT method [[GH-103]](https://github.com/jrasell/sherpa/pull/103) * Reuse the Consul API client rather than create new for each use [[GH-106]](https://github.com/jrasell/sherpa/pull/106) * Fix system metric CLI listing samples incorrectly as counter [[GH-111]](https://github.com/jrasell/sherpa/pull/111) + * Change incorrect description of `--storage-consul-enabled` CLI flag [[GH-116]](https://github.com/jrasell/sherpa/pull/116) REFACTOR: * Move the system API endpoint into the `server/endpoints/v1` package [[GH-99]](https://github.com/jrasell/sherpa/pull/99)