diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | wee_slack.py | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b4bf67e..ef32d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next version +## 2.2.0 (2018-11-12) + - Print user friendly error when trying to send a message in the team buffer (fixes #543). - Show inviter for join events (fixes #538). - Don't print whitespace before join/leave messages. diff --git a/wee_slack.py b/wee_slack.py index 0ce3671..c5c7bc6 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -35,7 +35,7 @@ except: SCRIPT_NAME = "slack" SCRIPT_AUTHOR = "Ryan Huber <rhuber@gmail.com>" -SCRIPT_VERSION = "2.1.1" +SCRIPT_VERSION = "2.2.0" SCRIPT_LICENSE = "MIT" SCRIPT_DESC = "Extends weechat for typing notification/search/etc on slack.com" |