diff --git a/package.json b/package.json index 761e7b91b..22de20e7c 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Evan Tahler ", "name": "actionHero", "description": "actionHero is a minimalist, multi-node, transactional API framework written in javaScript", - "version": "2.0.1", + "version": "2.0.2", "homepage": "https://github.com/evantahler/actionHero", "repository": { "type": "git", diff --git a/versions.markdown b/versions.markdown index 68f5d1ad6..29ad6d7ce 100644 --- a/versions.markdown +++ b/versions.markdown @@ -3,6 +3,12 @@ ## Version 2.0.1 ** Bug Fixes ** +** Notes ** +- Updates to how socket client requests are tracked to enfore proper message IDs. If you directly used `api.action.run` before, the interface has changed. + +## Version 2.0.1 +** Bug Fixes ** + ## Version 2.0.0 ** Redis-powered Cluster & major refactor **