Breaking Changes
* Changes were made to the `MenuPaginationButton` constructor (11) to make it take keyword arguments and will it no longer take positional arguments. Any code using `MenuPaginationButton` with positional arguments (eg. `MenuPaginationButton(emoji, style)`) should be changed to take keyword arguments (eg. `MenuPaginationButton(emoji=emoji, style=style)`)
Bug Fixes
* Fix for Stop button sometimes not clearing buttons when `clear_buttons_after` set to True (12)