diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef8f0bec..86b537405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v2.0.4 (2016-02-28) + + * Passes through the logLevel param to the getLogger function + ### v2.0.3 (2016-02-28) * The RTM `AUTHENTICATED` event now also emits the `rtm.start` payload diff --git a/package.json b/package.json index 1f771655d..793618875 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@slack/client", - "version": "2.0.3", + "version": "2.0.4", "description": "A library for creating a Slack client", "main": "./index", "scripts": {