diff --git a/docs/_posts/2018-10-01-v4.5.5.md b/docs/_posts/2018-10-01-v4.5.5.md new file mode 100644 index 00000000..cca51818 --- /dev/null +++ b/docs/_posts/2018-10-01-v4.5.5.md @@ -0,0 +1,7 @@ +--- +layout: changelog +--- + +* updates to the latest security patch of `@slack/client@v3` - thanks @aoberoi (#529) +* adds testing across `hubot` major versions 2.x and 3.x - thanks @mistydemeo (#525) +* applies a fix to keep users out of the Hubot brain when setting the `DISABLE_USER_SYNC` environment variable - thanks @jplindquist (#524) diff --git a/package.json b/package.json index 9bdd7383..81653cc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hubot-slack", - "version": "4.5.4", + "version": "4.5.5", "description": "A Slack adapter for hubot", "main": "./slack", "scripts": {