From a6149c9933a371224f39d775b1af735ab894dac9 Mon Sep 17 00:00:00 2001 From: James Rasell Date: Fri, 6 Dec 2019 10:35:56 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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)