From e212c24f9e2ac2561892002720bd4c4974d59808 Mon Sep 17 00:00:00 2001 From: Drew Bailey <2614075+drewbailey@users.noreply.github.com> Date: Wed, 29 Jul 2020 09:45:35 -0400 Subject: [PATCH] update changelog for enterprise vault namespacesp (#8542) * update changelog for enterprise vault namespacesp * Update CHANGELOG.md Co-authored-by: Seth Hoenig Co-authored-by: Seth Hoenig --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8831233a3..17408fb22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.12.2 (Unreleased) +FEATURES: + + * **Multiple Vault Namespaces (Enterprise)**: Support for multiple Vault Namespaces [[GH-8453](https://github.com/hashicorp/nomad/issues/8453)] + BUG FIXES: * api: added missing namespace field to scaling status GET response object [[GH-8527](https://github.com/hashicorp/nomad/issues/8527)]