diff --git a/fern/products/sdks/overview/ruby/changelog/2026-03-26.mdx b/fern/products/sdks/overview/ruby/changelog/2026-03-26.mdx new file mode 100644 index 000000000..ad10fd747 --- /dev/null +++ b/fern/products/sdks/overview/ruby/changelog/2026-03-26.mdx @@ -0,0 +1,8 @@ +## 1.1.4 +**`(fix):`** Add Basic Auth support. Previously, the generated client did not +accept username/password constructor parameters and did not set +the `Authorization: Basic ` header on outgoing requests. +The client now accepts username/password keyword arguments and +wires them into the Authorization header automatically. + +