From 7f5d820232ea7bc79688656588b5430c50839e9f Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Wed, 3 Nov 2021 15:39:19 -0500 Subject: [PATCH] Add changelog for couchbase plugin bug fix (#13033) * Add changelog for https://github.com/hashicorp/vault-plugin-database-couchbase/pull/24 * update changelog name * remove debug line --- changelog/13033.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/13033.txt diff --git a/changelog/13033.txt b/changelog/13033.txt new file mode 100644 index 0000000000000..53ee82f679ff0 --- /dev/null +++ b/changelog/13033.txt @@ -0,0 +1,3 @@ +```release-note:bug +plugin/couchbase: Fix an issue in which the locking patterns did not allow parallel requests. +```