diff --git a/README.md b/README.md index bd805e79af..d9cbb12e89 100644 --- a/README.md +++ b/README.md @@ -1119,6 +1119,12 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus Changelog --------- +### 2.0.1 (April 17, 2014) +- Conditional CSRF support using [lusca](https://github.com/krakenjs/lusca) +- Fixed EOL problem in `generator.js` for Windows users +- Fixed outdated csrf token string on profile.jade +- Code cleanup + ### 2.0.0 (April 15, 2014) There are have been over **500+** commits since the initial announcement in January 2014 and over a **120** issues and pull requests from **28** contributors. diff --git a/package.json b/package.json index 9608f9743c..fc2e77773f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackathon-starter", - "version": "2.0.0", + "version": "2.0.1", "repository": { "type": "git", "url": "https://github.com/sahat/hackathon-starter.git"