diff --git a/History.md b/History.md index 4885f6c0..b087720b 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,13 @@ +3.2.0 / 2013-04-15 +================== + + * add "view" constructor setting to override view behaviour + * add req.acceptsEncoding(name) + * add req.acceptedEncodings + * revert cookie signature change causing session race conditions + * fix sorting of Accept values of the same quality + 3.1.2 / 2013-04-12 ================== diff --git a/lib/express.js b/lib/express.js index d0b7a121..ab558890 100644 --- a/lib/express.js +++ b/lib/express.js @@ -20,7 +20,7 @@ exports = module.exports = createApplication; * Framework version. */ -exports.version = '3.1.2'; +exports.version = '3.2.0'; /** * Expose mime. diff --git a/package.json b/package.json index d22904d9..e23bc1b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express", "description": "Sinatra inspired web development framework", - "version": "3.1.2", + "version": "3.2.0", "author": "TJ Holowaychuk ", "contributors": [ {