* Add blocks support to Slacker (genghis) * Add `mrkdwn` argument for `chat.postMessage` method
0.13.0
* Add `migration.exchange` method * Add `apps.uninstall` method * Add `conversations` methods * Rename `utils` module to `utilities` * Replace `mock` package with `responses` * Upgrade `tox` to 3.9.0 * PEP 8 fixes * Drop Python 2.6 support
0.12.0
* Add `thread_ts` argument for `files.upload` method - 139 * Add `before` argument for `team.accessLogs` method - 112
0.11.0
* Set `long_description` to fix the PyPI page
0.10.0
* Add reply broadcast support (flilley) * Add optional `include_locale` parameter for `users.info` (sjung) * Allow a file handle to be passed for `files.upload` (sillyfrog) * Add `dialog.open` method (shollingsworth)
0.9.65
* Add `chat.getPermalink` method * Add retry support