What's Changed
* Fixing SB List endpoint body object issue by HamzaChx in https://github.com/denisneuf/python-amazon-ad-api/pull/127
* Updating SP Ad Groups to Version 3 by HamzaChx in https://github.com/denisneuf/python-amazon-ad-api/pull/130
* Updating Product Ads to version 3 by HamzaChx in https://github.com/denisneuf/python-amazon-ad-api/pull/132
* DEP(deps): Update confuse requirement from ~=2.0.0 to ~=2.0.1 by dependabot in https://github.com/denisneuf/python-amazon-ad-api/pull/134
* Updating Keywords, Negative Keywords, Targets and Negative Targets to Version 3 by HamzaChx in https://github.com/denisneuf/python-amazon-ad-api/pull/133
Added endpoints to sponsored products v3:
* Campaign Negative Targeting Clauses
* Consolidated Recommendations
* Campaign Negative Keywords
* Budget Usage
Improvements:
* Keyword Recommendations support for v4 and v5 schema
* Product Targeting moved to v3 (list_products_targets_categories_recommendations, get_products_targets_count, list_targets_categories, list_products_targets_category_refinements)
* Negative Product Targeting moved to v3 (list_negative_targets_brands_search, list_negative_targets_brands_recommendations)
Documentation:
* Campaign Optimization
* Budget Rules
* Budget recommendations and missed opportunities
* Budget Rules Recommendation
* Product Recommendations
**Full Changelog**: https://github.com/denisneuf/python-amazon-ad-api/compare/v0.4.1...v0.4.2