From b4ff3d9d2029710952cc6cde6c123c32d40bdb95 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 11 Jun 2019 19:46:50 -0400 Subject: [PATCH] correct GH-5812 changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ced83c1d..d447deac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ BUG FIXES: * core: Fixed a config parsing issue when client metadata contains a boolean value [[GH-5802](https://github.com/hashicorp/nomad/issues/5802)] * core: Fixed a config parsing issue where consul, vault, and autopilot stanzas break when using a config directory [[GH-5817](https://github.com/hashicorp/nomad/issues/5817)] * client: Fixed an issue where task restart attempts is not honored properly [[GH-5737](https://github.com/hashicorp/nomad/issues/5737)] -* client: Fixed a panic that occurs when a 0.9.2 client is running with 0.8 nomad servers [[GH-5810](https://github.com/hashicorp/nomad/issues/5810)] +* client: Fixed a panic that occurs when a 0.9.2 client is running with 0.8 nomad servers [[GH-5812](https://github.com/hashicorp/nomad/issues/5812)] ## 0.9.2 (June 5, 2019)