Skip to content
Merged

2.1.0 #469

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs-src/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Changelog
==============================================

v2.1.0 (2019-07-01)
-------------------
**New Features**
1. Type-hinted helper classes for building messages in v2 #400 (Thanks @paul-griffith)

**Breaking Changes**
1. [RTMClient] Converted the `RTMClient#typing()` function to async #446

**Updates**
1. [RTMClient] Handle case in which aiohttp closes the websocket due to lack of ping responses. #453 (Thanks @flyte)
2. Modify package identifier in user agent to match v1.x identifier #418 (Thanks @aoberoi)
3. [WebClient] Fixed typo in Scheduled message #428 & #435 (Thanks @splinterific)
4. Transform install_requires of 'aiodns' into extras_require. #440 (Thanks @staticdev)

**Thank you!!**
To everyone who's opened, commented or reacted to an issue; this project is better because of you!
Thank you for helping the Slack community!

v2.0.0 (2019-04-29)
-------------------
[Original RFC](https://github.com/slackapi/python-slackclient/issues/384)
Expand Down
2 changes: 1 addition & 1 deletion slack/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
__version__ = "2.0.1"
__version__ = "2.1.0"