Skip to content

Commit

Permalink
notes
Browse files Browse the repository at this point in the history
  • Loading branch information
evantahler committed Jun 11, 2012
1 parent 5d4bfa7 commit 09c9e2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Evan Tahler <evantahler@gmail.com>",
"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",
Expand Down
6 changes: 6 additions & 0 deletions versions.markdown
Expand Up @@ -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 **
Expand Down

0 comments on commit 09c9e2a

Please sign in to comment.