Skip to content

Commit

Permalink
v0.3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Dec 15, 2011
1 parent 57d19a6 commit 0016f7b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
## v0.3.27

* `bogart.middleware.session` assumed that `req.env` would be unique per request; however, it is not. Corrected issues caused by this.

## v0.3.26

* `bogart.middleware.bodyAdapter` now adapts responses that are of type Buffer or Stream to JSGI responses.
Expand Down
2 changes: 1 addition & 1 deletion lib/bogart.js
Expand Up @@ -11,7 +11,7 @@ var
inherits = require('util').inherits,
EventEmitter = require('events').EventEmitter;

exports.version = [0,3,26];
exports.version = [0,3,27];

exports.q = Q;

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "bogart",
"description": "Fast JSGI web framework taking inspiration from Sinatra",
"version": "0.3.26",
"version": "0.3.27",
"keywords": ["bogart", "framework", "sinatra", "REST"],
"author": "Nathan Stott",
"email": "nathan.stott@whiteboard-it.com",
Expand Down

0 comments on commit 0016f7b

Please sign in to comment.