From 5ae04a4e763771d9d551e0f6c37571c8aa7128be Mon Sep 17 00:00:00 2001 From: Lang Martin Date: Fri, 26 Apr 2019 14:27:10 -0400 Subject: [PATCH] CHANGELOG.md add fix line for #2619 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9cbc2d2df..9f784d1dd15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ BUG FIXES: * metrics: Fixed stale metrics [[GH-5540](https://github.com/hashicorp/nomad/issues/5540)] * logging: Fix respawning logmon during task restarts when the logmon process has been terminated [[GH-5577](https://github.com/hashicorp/nomad/pull/5577)] + * client: Fix network fingerprinting to honor manual configuration [[GH-2619](https://github.com/hashicorp/nomad/issues/2619)] ## 0.9.0 (April 9, 2019)