Skip to content

Commit

Permalink
version 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 19, 2020
1 parent 8aed88c commit 464b2d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/_posts/2020-04-03-v4.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: changelog
---

* #597 Fix #593 New option to ignore events by other workspace users in shared channels - thanks @seratch
* #596 Add timestamps for enter and leave messages - thanks @sinisterstuf
* #574 Use Coffeescript conditional assignment shorthand thanks @sinisterstuf
* #540 Add callback support to SlackBot::{send,reply} - thanks @rtlechow

Here is the list of all the issues/pull requests in this release: https://github.com/slackapi/hubot-slack/issues?q=milestone%3A4.8.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hubot-slack",
"version": "4.7.2",
"version": "4.8.0",
"description": "A Slack adapter for hubot",
"main": "./slack",
"scripts": {
Expand Down

0 comments on commit 464b2d4

Please sign in to comment.