From 8a88ff6c6087d50702ffc10001fb4cb04d8bad30 Mon Sep 17 00:00:00 2001 From: iamnamananand996 <31537362+iamnamananand996@users.noreply.github.com> Date: Fri, 27 Mar 2026 15:16:37 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/php/changelog/2026-03-26.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fern/products/sdks/overview/php/changelog/2026-03-26.mdx diff --git a/fern/products/sdks/overview/php/changelog/2026-03-26.mdx b/fern/products/sdks/overview/php/changelog/2026-03-26.mdx new file mode 100644 index 000000000..0938ac44e --- /dev/null +++ b/fern/products/sdks/overview/php/changelog/2026-03-26.mdx @@ -0,0 +1,8 @@ +## 2.2.5 +**`(fix):`** Wire Basic Auth credentials into the Authorization header. Previously, +the generated client accepted username/password constructor parameters +but never set the `Authorization: Basic ` header on outgoing +requests. The constructor now encodes the credentials and adds the +header automatically. + +