From 6541ed2e7f28b24d180633ac7b8f9fd96429232f Mon Sep 17 00:00:00 2001 From: John-Michael Faircloth Date: Tue, 9 Nov 2021 11:02:33 -0600 Subject: [PATCH] Add changelog for couchbase plugin bug fix (#13033) (#13037) * 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. +```