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 <base64> header on outgoing requests. The client now accepts username/password keyword arguments and wires them into the Authorization header automatically.