diff --git a/History.md b/History.md index 2acb787e..24dd9ffb 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +1.1.0 / 2015-08-26 +=================== + + * PR-235 - Update test framework to express 4, update other deps + * PR-239 - Core refactor to run expectations in order of definition + * PR-273 - Documentation update related to PR-239 + * PR-268 - Bump superagent to 1.3.0 + 1.0.1 / 2015-05-08 =================== diff --git a/package.json b/package.json index b6500af6..2a5f7a90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertest", - "version": "1.0.1", + "version": "1.1.0", "description": "Super-agent driven library for testing HTTP servers", "main": "index.js", "scripts": {