**Breaking changes:**
- Exceptions have been renamed, check [documentation](https://python-amazon-paapi.readthedocs.io/en/latest/pages/migration-guide-5.html#what-should-i-change-in-my-current-code) for more info.
- Removed the old `amazon` module.
**Code quality:**
- Code formatted using black and isort.
- Solved errors found by flake8 and pylint.
- Increased tests coverage to 100%.
- Added scripts for linting and testing code.
- Added pre-push githook.
- Added new GitHub Action to run linting and tests.
- Added SonarCloud integration to check for issues and test coverage.
**Documentation:**
- Added `Contribution` section to `README`.
- Added new migration section to [documentation](https://python-amazon-paapi.readthedocs.io/en/latest/pages/migration-guide-5.html).