A patch version of a package shouldn't introduce breaking changes. All of the method signatures changed from e.g. `gcHideOrArchiveChannel($api_token, $channel_url, $data)` to `gcHideOrArchiveChannel($associative_array)`. This should be a major version release as anyone running `composer update` on their application will break their Sendbird integration.