* Add `update()` method to `BigCommerceCustomersAPI`
0.1.5
* Add `customer_groups` resource * Add `create`, `update`, and `delete` methods to `BigCommerceProductsAPI ` * Add `create`, `update`, and `delete` methods to `BigCommerceProductVariantsAPI` * Support `**kwargs` in `BigCommerceCategoriesAPI.create`
0.1.4
- Add CRUD support for BigCommerce `catalog/categories` resource
0.1.3
- Fix `BigCommerceCustomersAPI.create` returning `list[dict]`, rather than `dict`
0.1.2
- Add `create` method to `BigCommerceCustomersAPI `