From 70cc3b8478e71dc62089789fda80c4787ab2f917 Mon Sep 17 00:00:00 2001 From: Vinay Gopalan Date: Wed, 3 May 2023 13:21:38 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f87a321f4..0613a63a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.15.1 (May 3, 2023) +BUGS: +* Ensure that the auth_login honours the provider's namespace: ([#1830](https://github.com/hashicorp/terraform-provider-vault/pull/1830)) + ## 3.15.0 (April 17, 2023) FEATURES: * Add support for MongoDB Atlas Secrets engine: ([#1816](https://github.com/hashicorp/terraform-provider-vault/pull/1816))