diff --git a/README.md b/README.md index b12dd18c7b..44b151c67d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Alt](https://lh4.googleusercontent.com/-PVw-ZUM9vV8/UuWeH51os0I/AAAAAAAAD6M/0Ikg7viJftQ/w1286-h566-no/hackathon-starter-logo.jpg) -Hackathon Starter 2.0 [![Dependency Status](https://david-dm.org/sahat/hackathon-starter.svg?theme=shields.io)](https://david-dm.org/sahat/hackathon-starter) [![Build Status](https://travis-ci.org/sahat/hackathon-starter.svg?branch=master)](https://travis-ci.org/sahat/hackathon-starter) [![Analytics](https://ga-beacon.appspot.com/UA-47447818-2/hackathon-starter?pixel)](https://github.com/igrigorik/ga-beacon) -===================== +Hackathon Starter 2.0.2 [![Dependency Status](https://david-dm.org/sahat/hackathon-starter.svg?theme=shields.io)](https://david-dm.org/sahat/hackathon-starter) [![Build Status](https://travis-ci.org/sahat/hackathon-starter.svg?branch=master)](https://travis-ci.org/sahat/hackathon-starter) [![Analytics](https://ga-beacon.appspot.com/UA-47447818-2/hackathon-starter?pixel)](https://github.com/igrigorik/ga-beacon) +======================= @@ -8,7 +8,7 @@ Hackathon Starter 2.0 [![Dependency Status](https://david-dm.org/sahat/hackathon -Jump to [What's new in 2.0?](#changelog) +Jump to [What's new in 2.0.2?](#changelog) A boilerplate for **Node.js** web applications. @@ -1103,6 +1103,10 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus Changelog --------- +### 2.0.2 (April 22, 2014) +- Added Instagram Authentication +- Added Instagram API example +- Updated Instagram Strategy to use a "fake" email address similar to Twitter Startegy ### 2.0.1 (April 18, 2014) - Conditional CSRF support using [lusca](https://github.com/krakenjs/lusca) diff --git a/package.json b/package.json index 3c18cab766..2b7093502a 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hackathon-starter", - "version": "2.0.1", + "version": "2.0.2", "repository": { "type": "git", "url": "https://github.com/sahat/hackathon-starter.git"