2.6.1

(chore): Add additional query string parameters section to the generated README.md file.

2.6.0

(feat): Users can now pass in queryParams as part of the request options.

1await client.foo.bar(..., {
2 queryParams: {
3 foo: "bar"
4 }
5});